We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4856476 commit 528d5b6Copy full SHA for 528d5b6
.github/actions/publish-npm/action.yml
@@ -50,7 +50,7 @@ runs:
50
npm version ${{ inputs.segment }} $PREID_CMD --workspace $DIRECTORY
51
52
VERSION="$(cat $DIRECTORY/package.json | jq -r '.version')"
53
- git commit --all --message "Publish ${{ inputs.package }} v$MESSAGE"
+ git commit --all --message "Publish ${{ inputs.package }} v$VERSION"
54
git tag "${{ inputs.package }}/v$VERSION"
55
56
- name: Push Tag
0 commit comments