Skip to content

Commit b2c2016

Browse files
committed
ci(github-actions): use create-github-app-token to generate semantic release token
1 parent 4205ae3 commit b2c2016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
GH_TOKEN: ${{ steps.app-token.outputs.token }}
4141
- run: |
42-
git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
42+
git config --global user.name '${{ steps.app-token.outputs.app-slug }}'
4343
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>'
4444
- name: Semantic Release
4545
uses: cycjimmy/semantic-release-action@cb425203a562475bca039ba4dbf90c7f9ac790f4 # v4.1.0

0 commit comments

Comments
 (0)