Skip to content

Commit

Permalink
Fix: wrong version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-jay authored Oct 11, 2024
1 parent 36b965a commit feaac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ jobs:
with:
draft: false
prerelease: false
tag_name: "${{ steps.version-increment.outputs.VERSION }}"
tag_name: "${{ steps.version.outputs.version }}"

0 comments on commit feaac9b

Please sign in to comment.