Skip to content

Commit

Permalink
fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
spersico committed Nov 30, 2024
1 parent 2269f63 commit 0f3f7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- run: npm ci
- run: |
npm version patch -m "Bump version to %s [skip ci]"
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add package.json
git commit -m "Bump version to $(jq -r .version package.json) [skip ci]"
git push
Expand Down

0 comments on commit 0f3f7d6

Please sign in to comment.