Skip to content

Commit

Permalink
Configure release git user
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Nov 30, 2021
1 parent f74f985 commit 5ddd76b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
run: npm run format:check
- name: npm auth
run: npm set "//registry.npmjs.org/:_authToken" ${{ env.NPM_TOKEN }}
- name: config git user
run: |
git config --global user.name ${{ secrets.ACTION_GITHUB_USERNAME }};
git config --global user.email ${{ secrets.ACTION_GITHUB_EMAIL }};
- name: perform release
run: |
npm run release -- \
Expand Down

0 comments on commit 5ddd76b

Please sign in to comment.