diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4eae9e2..7529e1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,9 +29,6 @@ jobs: 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 }} - - - name: push to main - run: | git commit -am "bump version to ${{ github.ref_name }}" git push