Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Faelayis committed May 25, 2022
1 parent 4b4b91a commit b4313b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
npm version $bumpversion -m "Bump version %s"
npm config set git-tag-version false
npm version $bumpversion -m "New Releases %s"
- name: Login to GitHub Private NPM Registry
shell: bash
Expand Down

0 comments on commit b4313b1

Please sign in to comment.