Skip to content

Commit

Permalink
Merge pull request #20 from dfinity/nm-release-flag
Browse files Browse the repository at this point in the history
Fix GHA ternary
  • Loading branch information
nmattia authored May 27, 2024
2 parents df4dcae + 191eb2d commit 76090e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
--volume `pwd`:/go/src/${PACKAGE_NAME} \
--workdir /go/src/${PACKAGE_NAME} \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
release ${{ !startsWith(github.ref, 'refs/tags/v') && '--snapshot'}}
release ${{ !startsWith(github.ref, 'refs/tags/v') && '--snapshot' || ''}}
rm "$GPG_PRIVATE_KEY"

0 comments on commit 76090e4

Please sign in to comment.