diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c656ae7d..297c1373a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,9 +37,6 @@ jobs: - name: Create new package version run: npm version "${{ env.TAG }}" - - name: Git Commit - run: git commit -am "Bump version to ${{ env.TAG }}" - - name: Tag the Repository run: | git tag ${{ env.TAG }}