diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8563454..ee40768 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,12 +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 }} --git-tag-version=false - - - name: Commit & Push changes - uses: actions-js/push@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: ${{ github.ref }} - name: release run: npm publish --provenance --access public