Skip to content

Commit

Permalink
Adapt git user in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Apr 21, 2023
1 parent b838df8 commit 1074ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: npm i
- name: Set up Git user
run: |
git config user.name "${{ github.workflow }}"
git config user.name "github-actions[bot]"
# This email identifies the commit as GitHub Actions - see https://github.com/orgs/community/discussions/26560
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: npm run release ${{ github.event.inputs.bump }}${{ github.event.inputs.dry-run == 'true' && ' -- --dry-run' || '' }}
Expand Down

0 comments on commit 1074ef8

Please sign in to comment.