Skip to content

Commit

Permalink
fix: revert goreleaser change
Browse files Browse the repository at this point in the history
Signed-off-by: punkwalker <[email protected]>
  • Loading branch information
punkwalker committed Dec 27, 2024
1 parent 89a5431 commit c81253b
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: auto
prerelease: '{{ contains .Tag "-nightly" }}'

builds:
- env:
Expand Down

0 comments on commit c81253b

Please sign in to comment.