Skip to content

Commit 50e806c

Browse files
committed
update package.json version
Signed-off-by: Benji Visser <[email protected]>
1 parent ec8bda1 commit 50e806c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,3 @@ jobs:
3535
- run: pnpm publish --no-git-checks --access public
3636
env:
3737
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

Comments
 (0)