Skip to content

Commit

Permalink
Merge pull request #361 from tri-adam/bump-goreleaser
Browse files Browse the repository at this point in the history
ci: update to use goreleaser v2
  • Loading branch information
tri-adam authored Jun 11, 2024
2 parents 30fa42b + c1a8618 commit d2e4b56
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 d2e4b56

Please sign in to comment.