Skip to content

Commit 6dfa030

Browse files
authored
Merge pull request #3877 from infrahq/mxyng/fix-release-build
fix: disable snapshot in tag builds
2 parents c95245c + f55bbae commit 6dfa030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-binaries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
distribution: goreleaser
4444
version: latest
45-
args: release --rm-dist --snapshot --skip-publish=${{ !startsWith(github.ref, 'refs/tags/') }}
45+
args: release --rm-dist --snapshot=${{ !startsWith(github.ref, 'refs/tags/') }}
4646
env:
4747
RELEASE_NAME: ${{ needs.prepare.outputs.release-name }}
4848
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)