Skip to content

Commit

Permalink
[ci skip] Merge pull request #372 from traPtitech/fix/commit2
Browse files Browse the repository at this point in the history
🐛 git add package.json
  • Loading branch information
ras0q authored Jul 4, 2024
2 parents 2c560cf + d0f0b4c commit b060f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
git config user.email "[email protected]"
npm version $NEW_VERSION --no-commit-hooks
git add package.json package-lock.json
git commit -m "CI: update to $NEW_VERSION [ci skip]" --author .
git push origin
npm publish --access public
Expand Down

0 comments on commit b060f9a

Please sign in to comment.