Skip to content

Commit

Permalink
Publish Homebrew taps to stackitcloud/homebrew-tap repo
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalet committed Jan 25, 2024
1 parent 598fa06 commit b2e7374
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ jobs:
with:
args: release --clean
env:
# GitHub sets the GITHUB_TOKEN secret automatically.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CLI_RELEASE }}
18 changes: 17 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,20 @@ nfpms:
license: Apache 2.0
formats:
- deb
- rpm
- rpm

brews:
- name: stackit-cli
repository:
owner: stackitcloud
name: homebrew-tap
commit_author:
name: CLI Release Bot
email: [email protected]
homepage: "https://github.com/stackitcloud/stackit-cli"
description: "A command-line interface to manage STACKIT resources."
license: "Apache-2.0"
# If set to auto, the release will not be uploaded to the homebrew tap repo
# if the tag has a prerelease indicator (e.g. v0.0.1-alpha1)
# Not setting it for now to test with a prerelease tag
# skip_upload: auto

0 comments on commit b2e7374

Please sign in to comment.