Skip to content

Commit

Permalink
Set git user configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 30, 2024
1 parent b84c078 commit 2ffcb58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm run build
- name: Set git user
run: |
git config --global user.email "[email protected]"
git config --global user.name "npm-action"
- run: npm version patch -m "Bump version to %s [skip ci]"
- run: npm publish --access public
env:
Expand Down

0 comments on commit 2ffcb58

Please sign in to comment.