Skip to content

Commit 76d53d0

Browse files
committed
minor chnages
1 parent 1b38a2a commit 76d53d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
id: version_check
3131
run: |
3232
# Fetch the latest tags
33+
git config user.name "GitHub Actions"
34+
git config user.email "[email protected]"
3335
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/kevinrawal/type-fastapi.git
3436
git fetch --tags
3537
PREV_VERSION=$(git describe --tags --abbrev=0 || echo "0.0.0")

0 commit comments

Comments
 (0)