Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
colek42 committed Oct 22, 2022
1 parent dd088bc commit c6b9e52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -87,4 +88,4 @@ jobs:
with:
step-name: "build"
attestors: "github sbom"
command: goreleaser release --rm-dist
command: goreleaser release --rm-dist

0 comments on commit c6b9e52

Please sign in to comment.