Skip to content

Commit 9a9995a

Browse files
committed
ci: set the git global config in release workflow
1 parent 01158f8 commit 9a9995a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ jobs:
2525
env:
2626
REPOSITORY_PASSWORD: ${{ secrets.REPOSITORY_PASSWORD }}
2727
GH_TOKEN: ${{ secrets.GH_TOKEN }}
28-
run: semantic-release publish --${{ github.event.inputs.release }} -v DEBUG
28+
run: |
29+
git config --global user.email "factor.pricing.model@gmail.com"
30+
git config --global user.name "Factor Pricing Model"
31+
semantic-release publish --${{ github.event.inputs.release }} -v DEBUG

0 commit comments

Comments
 (0)