Skip to content

Commit

Permalink
Update releaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matronator authored Apr 22, 2024
1 parent 01a01ec commit 158aa62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
run: |
git config --global user.email "${{ secrets.EMAIL }}"
git config --global user.name "Matronator"
cd ./npm && npm version from-git && npm publish
cd ./npm && npm version from-git --no-git-tag-version version && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 158aa62

Please sign in to comment.