Skip to content

Commit 6b18f29

Browse files
committed
fix: update tag-name variable in cli-release.yml for correct versioning
1 parent 86a8c36 commit 6b18f29

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)