We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8bda1 commit 50e806cCopy full SHA for 50e806c
.github/workflows/publish.yml
@@ -35,10 +35,3 @@ jobs:
35
- run: pnpm publish --no-git-checks --access public
36
env:
37
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
38
-
39
- - name: Push version changes to main branch
40
- uses: stefanzweifel/git-auto-commit-action@v5
41
- with:
42
- commit_message: "chore: release ${{ github.ref_name }}"
43
- branch: ${{ github.event.repository.default_branch }}
44
- file_pattern: package.json
0 commit comments