Skip to content

Commit 7a6c77b

Browse files
committed
Attempting to fix homebrew publish
1 parent 482f2ab commit 7a6c77b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/homebrew_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
formula-name: busly-cli
2424
homebrew-tap: tragiccode/homebrew-tap-busly-cli
25-
tag-name: ${{ github.event.release.tag_name }}
25+
tag-name: v${{ github.event.release.tag_name }}
2626
download-url: https://github.com/TraGicCode/busly-cli/releases/download/v${{ github.event.inputs.version }}/busly-cli-v${{ github.event.inputs.version }}-osx-arm64.tar.gz
2727
env:
2828
COMMITTER_TOKEN: ${{ secrets.GH_TOKEN_FOR_HOMEBREW_PUBLISH }}

0 commit comments

Comments
 (0)