Skip to content

Commit

Permalink
ci: enable auto upload of brew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee committed Mar 5, 2024
1 parent 4227fe5 commit f54e561
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions codecatalyst-runner/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,6 @@ brews:
# Default is empty.
license: "Apache-2"

# Setting this will prevent goreleaser to actually try to commit the updated
# formula - instead, the formula file will be stored on the dist folder only,
# leaving the responsibility of publishing it to the user.
# If set to auto, the release will not be uploaded to the homebrew tap
# in case there is an indicator for prerelease in the tag e.g. v1.0.0-rc1
# Default is false.
skip_upload: true

# So you can `brew test` your formula.
# Default is empty.
test: system "#{bin}/ccr --version"

0 comments on commit f54e561

Please sign in to comment.