Skip to content

Commit

Permalink
Fix tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Oct 25, 2023
1 parent e42617c commit 1947fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "Latest NPM version: $LATEST_VERSION"
npm version $LATEST_VERSION
npm version ${{ inputs.version_bump }}
NEW_VERSION=$(jq -r .name package.json)
NEW_VERSION=$(jq -r .version package.json)
echo "GIT_TAG=${{ inputs.package }}-v$NEW_VERSION" >> "$GITHUB_OUTPUT"
- name: Publish to NPM
run: yarn publish-package
Expand Down

0 comments on commit 1947fb9

Please sign in to comment.