We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482f2ab commit 7a6c77bCopy full SHA for 7a6c77b
1 file changed
.github/workflows/homebrew_deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
formula-name: busly-cli
24
homebrew-tap: tragiccode/homebrew-tap-busly-cli
25
- tag-name: ${{ github.event.release.tag_name }}
+ tag-name: v${{ github.event.release.tag_name }}
26
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
27
env:
28
COMMITTER_TOKEN: ${{ secrets.GH_TOKEN_FOR_HOMEBREW_PUBLISH }}
0 commit comments