Skip to content

Commit

Permalink
ci: Update release author
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewscwei committed Jun 22, 2024
1 parent cab46de commit 65658c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
run: npm install
- name: Create release
env:
GIT_AUTHOR_NAME: github-actions[bot]
GIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
GIT_COMMITTER_NAME: github-actions[bot]
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTH }}
run: npx semantic-release
Expand Down

0 comments on commit 65658c8

Please sign in to comment.