Skip to content

Commit

Permalink
Merge pull request #3877 from infrahq/mxyng/fix-release-build
Browse files Browse the repository at this point in the history
fix: disable snapshot in tag builds
  • Loading branch information
mxyng committed Dec 14, 2022
2 parents c95245c + f55bbae commit 6dfa030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist --snapshot --skip-publish=${{ !startsWith(github.ref, 'refs/tags/') }}
args: release --rm-dist --snapshot=${{ !startsWith(github.ref, 'refs/tags/') }}
env:
RELEASE_NAME: ${{ needs.prepare.outputs.release-name }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
Expand Down

0 comments on commit 6dfa030

Please sign in to comment.