We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b9ad6 commit c388194Copy full SHA for c388194
.github/workflows/goreleaser.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
distribution: goreleaser
38
version: "~> v2"
39
- args: release --clean ${{ (startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/pull/') || startsWith(github.ref, 'refs/tags/SNAP/')) && '--snapshot' }}
+ args: release --clean ${{ (startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/pull/') || startsWith(github.ref, 'refs/tags/SNAP/')) && '--snapshot' || '' }}
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
0 commit comments