Skip to content

Commit a9c558b

Browse files
authored
chore(*): update cd.yml
1 parent 93fd552 commit a9c558b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
TWINE_USERNAME: ${{ secrets.POETRY_HTTP_BASIC_PYPI_USERNAME }}
2929
TWINE_PASSWORD: ${{ secrets.POETRY_HTTP_BASIC_PYPI_PASSWORD }}
3030
run: |
31-
git config user.name ${{ github.actor }}
31+
git config user.name "${{ github.actor }}"
32+
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
3233
git commit . -m "release: v${VERSION}"
3334
git push origin main
3435
git tag $VERSION

0 commit comments

Comments
 (0)