diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7529e1f..1929d21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: run: | git config --global user.name '${{ github.repository_owner }}' git config --global user.email '${{ github.repository_owner }}@users.noreply.github.com' - npm version ${{ github.ref_name }} + npm version ${{ github.ref_name }} --git-tag-version=false git commit -am "bump version to ${{ github.ref_name }}" git push