Skip to content

Commit

Permalink
Use git-tag-version flag on pnpm version command
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Aug 8, 2024
1 parent 2064971 commit 0d0e82c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/node-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ runs:
SKIP_TAG: ${{ inputs.skip_tag }}
run: |
pnpm install --frozen-lockfile
pnpm config set version-git-tag false
pnpm version --new-version $RELEASE
pnpm version --git-tag-version false --new-version $RELEASE
git commit --allow-empty -am "Update version to $RELEASE"
if [ "$SKIP_TAG" == "false" ]; then
echo "Tagging version $RELEASE"
Expand Down

0 comments on commit 0d0e82c

Please sign in to comment.