diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 571d1d7..06dc4a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -206,7 +206,6 @@ jobs: - name: Publish npm package run: | - npm version --no-git-tag-version ${{ github.event.inputs.releaseversion }} npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}