We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4205ae3 commit b2c2016Copy full SHA for b2c2016
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
env:
40
GH_TOKEN: ${{ steps.app-token.outputs.token }}
41
- run: |
42
- git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
+ git config --global user.name '${{ steps.app-token.outputs.app-slug }}'
43
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>'
44
- name: Semantic Release
45
uses: cycjimmy/semantic-release-action@cb425203a562475bca039ba4dbf90c7f9ac790f4 # v4.1.0
0 commit comments