diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index eec5602..a46dbab 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -133,7 +133,6 @@ jobs: # git tag -a v${{ steps.tag_release.outputs.new_version }} -m "Release v${{ steps.tag_release.outputs.new_version }}" - name: Git Configuration - id: gitconfig run: | git add . git commit -m "[skip ci] Release v${{ steps.tag_release.outputs.new_version }}"