We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b38a2a commit 76d53d0Copy full SHA for 76d53d0
.github/workflows/publish-to-pypi.yaml
@@ -30,6 +30,8 @@ jobs:
30
id: version_check
31
run: |
32
# Fetch the latest tags
33
+ git config user.name "GitHub Actions"
34
+ git config user.email "[email protected]"
35
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/kevinrawal/type-fastapi.git
36
git fetch --tags
37
PREV_VERSION=$(git describe --tags --abbrev=0 || echo "0.0.0")
0 commit comments