diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b992ca..d0ac229 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: run: npm install - name: build & publish run: | - npm version ${{ steps.get_version.outputs.VERSION }} + npm version ${{ steps.get_version.outputs.VERSION }} --no-git-tag-version npm run build npm publish --access public env: