Skip to content

Commit

Permalink
chore: empty commit for release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shuta13 committed Apr 18, 2024
1 parent 6853c9e commit 0b662b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
EOF
- name: Version up and generate changelog
run: |
npm version ${{ github.event.inputs.tag }}
git add .
git commit -m "chore: version up ${{ github.event.inputs.tag }}"
npm version ${{ github.event.inputs.tag }} -m "chore: version up ${{ github.event.inputs.tag }}"
npm run release:changelog
git add .
git commit -m "chore: generate changelog for ${{ github.event.inputs.tag }}"
Expand Down

0 comments on commit 0b662b4

Please sign in to comment.