Skip to content

Commit

Permalink
ci: update to use goreleaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tri-adam committed Jun 11, 2024
1 parent 30fa42b commit c1a8618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
command: curl -sSfL https://goreleaser.com/static/run | bash -s -- check
- run:
name: Test Release
command: curl -sSfL https://goreleaser.com/static/run | bash -s -- --snapshot --skip-publish
command: curl -sSfL https://goreleaser.com/static/run | bash -s -- --snapshot --skip=publish

publish-release:
executor: golang-latest
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

release:
prerelease: auto

Expand Down

0 comments on commit c1a8618

Please sign in to comment.