Skip to content

Commit

Permalink
fix: mark nightly release as prerelease (#485)
Browse files Browse the repository at this point in the history
Signed-off-by: Pankaj Walke <[email protected]>
  • Loading branch information
punkwalker authored Jan 28, 2025
1 parent 19937da commit 31f89dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before:
- go mod tidy
release:
# Mark nightly build as prerelease based on tag
prerelease: '{{ contains .Tag "-nightly" }}'
prerelease: auto

builds:
- env:
Expand Down

0 comments on commit 31f89dd

Please sign in to comment.