From c6b9e5243bf427e5ec532af722fd398cf26182e0 Mon Sep 17 00:00:00 2001 From: cole kennedy Date: Sat, 22 Oct 2022 08:30:18 -0500 Subject: [PATCH] . --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 317d040b..d4013328 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,8 @@ jobs: contents: write runs-on: ubuntu-latest needs: test - # if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') + if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') + steps: - name: Checkout uses: actions/checkout@v2 @@ -87,4 +88,4 @@ jobs: with: step-name: "build" attestors: "github sbom" - command: goreleaser release --rm-dist + command: goreleaser release --rm-dist \ No newline at end of file