Skip to content

Commit

Permalink
fix: release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Sep 11, 2022
1 parent 07db376 commit d8a6169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GO_VERSION: '1.19.0'
- name: Run GoReleaser for release
if: ${{ contains(github.ref_name, '-') }}
if: ${{ !contains(github.ref_name, '-') }}
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
Expand Down

0 comments on commit d8a6169

Please sign in to comment.