We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95245c commit f55bbaeCopy full SHA for f55bbae
.github/workflows/cd-binaries.yaml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
distribution: goreleaser
44
version: latest
45
- args: release --rm-dist --snapshot --skip-publish=${{ !startsWith(github.ref, 'refs/tags/') }}
+ args: release --rm-dist --snapshot=${{ !startsWith(github.ref, 'refs/tags/') }}
46
env:
47
RELEASE_NAME: ${{ needs.prepare.outputs.release-name }}
48
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
0 commit comments