Skip to content

Commit

Permalink
v66#1-21-50
Browse files Browse the repository at this point in the history
  • Loading branch information
xBoyMinemc authored Nov 5, 2024
1 parent 04a68a8 commit 3444c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Check if commit message starts with 'v'
if: startsWith(env.latest_commit_message, 'v')
with:
tag_name: ${{ github.ref }}
tag_name: ${{ github.latest_commit_message }}
name: Release ${{ env.latest_commit_message }}
body: ${{ env.CHANGELOG }}
draft: false
Expand Down

0 comments on commit 3444c95

Please sign in to comment.