Skip to content

Commit

Permalink
actually use the version number you muppet
Browse files Browse the repository at this point in the history
  • Loading branch information
mufty committed May 11, 2023
1 parent 57b90b6 commit f260853
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 @@ -38,7 +38,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.get-version.outputs.version }}
tag_name: ${{ steps.extract_version.outputs.version }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
Expand Down

0 comments on commit f260853

Please sign in to comment.