Skip to content

Commit

Permalink
release: update goreleaser to allow retries
Browse files Browse the repository at this point in the history
  • Loading branch information
jakim929 committed Feb 20, 2025
1 parent e72c1c8 commit c90aea2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2

release:
replace_existing_artifacts: true # allows us to re-run the release without having to create new tags

before:
hooks:
- go mod tidy
Expand Down

0 comments on commit c90aea2

Please sign in to comment.