diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5979caa..ea31ec4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: registry-url: https://npm.pkg.github.com/ - name: Update package.json - run: npm version ${{ needs.setup_release.outputs.release_version }} + run: npm version ${{ needs.setup_release.outputs.release_version }} --no-git-tag-version - name: Install dependencies run: npm install