ci: fetch fix again

api-breakage
Morty Space 4 years ago
parent 3186233136
commit e2d47e49fc
  1. 2
      .github/workflows/test.yml

@ -103,7 +103,7 @@ jobs:
REPOSITORY_USERNAME: '__token__'
REPOSITORY_PASSWORD: ${{ secrets.REPOSITORY_PASSWORD }}
run: |
git fetch --all --depth=1 origin
git fetch --all
git reset --hard origin/main
pip install python-semantic-release
git config user.name github-actions

Loading…
Cancel
Save