Skip to content

Commit 528d5b6

Browse files
author
Christopher J Baker
committed
fix version
1 parent 4856476 commit 528d5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
npm version ${{ inputs.segment }} $PREID_CMD --workspace $DIRECTORY
5151
5252
VERSION="$(cat $DIRECTORY/package.json | jq -r '.version')"
53-
git commit --all --message "Publish ${{ inputs.package }} v$MESSAGE"
53+
git commit --all --message "Publish ${{ inputs.package }} v$VERSION"
5454
git tag "${{ inputs.package }}/v$VERSION"
5555
5656
- name: Push Tag

0 commit comments

Comments
 (0)