Skip to content

Commit

Permalink
update package.json version
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <benji@093b.org>
  • Loading branch information
noqcks committed Feb 15, 2025
1 parent ec8bda1 commit 50e806c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,3 @@ jobs:
- run: pnpm publish --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Push version changes to main branch
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: release ${{ github.ref_name }}"
branch: ${{ github.event.repository.default_branch }}
file_pattern: package.json

0 comments on commit 50e806c

Please sign in to comment.