Skip to content

Commit 20d9d66

Browse files
authored
chore: set git config on release trigger (#539)
Co-authored-by: nd0ut <[email protected]>
1 parent 4c122aa commit 20d9d66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/shipjs-trigger.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
node-version: 20
1919
- run: npm ci
20+
- run: |
21+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
22+
git config --global user.name "github-actions[bot]"
2023
- run: npx shipjs trigger
2124
env:
2225
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)