Skip to content

Commit

Permalink
ci: fetch fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikdevcom committed May 26, 2022
1 parent 3186233 commit e2d47e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2d47e4

Please sign in to comment.