Skip to content

Commit

Permalink
disable auto release on GHA (0xPolygonHermez#2107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM authored May 18, 2023
1 parent d2ff5ca commit 1d29c35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ builds:
- arm64
env:
- CGO_ENABLED=0
release:
# If set to auto, will mark the release as not ready for production
# in case there is an indicator for this in the tag e.g. v1.0.0-rc1
# If set to true, will mark the release as not ready for production.
# Default is false.
prerelease: true

0 comments on commit 1d29c35

Please sign in to comment.