Skip to content

Commit

Permalink
fix: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shuta13 committed Apr 19, 2024
1 parent aeb47e1 commit c4c27f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,10 @@ jobs:
args: --verbose
env:
OUTPUT: CHANGELOG.md
- name: Commit and push the changes
run: |
git add .
git commit -m "chore: version up ${{ github.event.inputs.tag }}"
git push origin HEAD
- name: Publish
run: npm publish

0 comments on commit c4c27f8

Please sign in to comment.