Skip to content

Commit

Permalink
ci(lib): set git config before npm version patch (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr authored Aug 10, 2023
1 parent 50a92e7 commit bca1d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
shell: bash
run: |
npm run build:lib:prod
npm version patch
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -m "chore(lib): npm run build:lib:prod"
npm version patch
git push
git push --tags
Expand Down

0 comments on commit bca1d3d

Please sign in to comment.