Skip to content

Commit

Permalink
ci(release): disable git-tag-version on pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Feb 18, 2024
1 parent 685d70b commit d4666b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
pnpm version ${{ github.ref_name }}
pnpm version ${{ github.ref_name }} --git-tag-version false
- name: Publish npm package
uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit d4666b3

Please sign in to comment.