Skip to content

Commit 8692f38

Browse files
committed
Fix brew tap publish
1 parent 9532b15 commit 8692f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
formula-name: valkyrie
7070
formula-path: Formula/valkyrie.rb
71-
tag-name: ${{ env.RELEASE_TAG }}
71+
tag-name: ${{ env.VERSION_NAME }}
7272
homebrew-tap: ComposeGears/homebrew-repo
7373
download-url: https://github.com/ComposeGears/Valkyrie/releases/download/${{ env.RELEASE_TAG }}/valkyrie-cli-${{ env.VERSION_NAME }}.zip
7474
commit-message: |

0 commit comments

Comments
 (0)