We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186cb2c commit a895865Copy full SHA for a895865
.github/workflows/ci.yml
@@ -165,4 +165,6 @@ jobs:
165
GIT_COMMITTER_NAME: ${{ secrets.GH_BOT_NAME }}
166
NPM_TOKEN: ${{ secrets.NPM_RELEASE_TOKEN }}
167
run: |
168
+ git config user.email ${{ secrets.GH_BOT_EMAIL }}
169
+ git config user.name ${{ secrets.GH_BOT_NAME }}
170
yarn semantic-release
0 commit comments