Skip to content

Commit

Permalink
merge(#376): fixed homebrew release
Browse files Browse the repository at this point in the history
  • Loading branch information
akijakya authored Aug 10, 2022
2 parents 8c5456b + d0e65a8 commit 7ae85f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CR_PAT }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_DEFAULT_REGION: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ brews:
output = Utils.popen_read("#{bin}/banzai completion zsh")
(zsh_completion/"_banzai").write output
dependencies:
- kubectl
- name: kubectl

nfpms:
-
Expand Down

0 comments on commit 7ae85f7

Please sign in to comment.