Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
spersico committed Nov 30, 2024
1 parent 106974d commit b8eedca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
npm version patch -m "Bump version to %s [skip ci]"
echo git config user.name
echo git config user.email
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 b8eedca

Please sign in to comment.