diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 15dbf7b..0a3fc7e 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -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 }}