Skip to content

Commit

Permalink
fix(ci): change release author
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei-x committed Feb 17, 2023
1 parent c581137 commit 38463fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,9 @@ jobs:
useRollingCache: true
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
run: npx semantic-release
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
GIT_AUTHOR_NAME: ${{ vars.GIT_AUTHOR_NAME }}
GIT_AUTHOR_EMAIL: ${{ vars.GIT_AUTHOR_EMAIL }}
GIT_COMMITTER_NAME: ${{ vars.GIT_COMMITTER_NAME }}
GIT_COMMITTER_EMAIL: ${{ vars.GIT_COMMITTER_EMAIL }}
run: yarn semantic-release

0 comments on commit 38463fa

Please sign in to comment.