Skip to content

Commit

Permalink
fix: .goreleaser.yaml
Browse files Browse the repository at this point in the history
fix: .goreleaser.yaml
  • Loading branch information
aooohan committed Dec 17, 2023
1 parent 8f295e3 commit 390a783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/go-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
args: release --clean ${{ env.flags }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TOKEN: ${{ secrets.HOMEBREW_TOKEN}}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ brews:
repository:
owner: aooohan
name: vfox-homebrew-tap
# token: "{{ .Env.HOMEBREW_TOKEN }}"
token: "{{ .Env.HOMEBREW_TOKEN }}"
folder: Formula
goarm: "7"
homepage: https://github.com/aooohan/version-fox
Expand Down

0 comments on commit 390a783

Please sign in to comment.