Skip to content

Commit

Permalink
try to fix the commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyTails committed Jan 29, 2024
1 parent fbfae24 commit 704c219
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: EndBug/add-and-commit@v9
- name: Push version changes to main branch
uses: stefanzweifel/git-auto-commit-action@v4
with:
message: Bumps version of @kulupu-linku/sona to ${{ github.event.release.tag_name }}
add: schemas/package.json
pull: --commit
commit_message: "bump @kulupu-linku/sona version ${{ github.event.release.tag_name }}"
branch: ${{ github.event.repository.default_branch }}
file_pattern: schemas/package.json

0 comments on commit 704c219

Please sign in to comment.