Skip to content

Commit 8d04590

Browse files
authored
Force fetch main branch in deploy workflow
1 parent ee384cf commit 8d04590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
git config --global user.name 'github-actions'
4242
git config --global user.email '[email protected]'
43-
git fetch origin main
43+
git fetch origin main --force
4444
git pull origin main --rebase
4545
git add setup.py pyproject.toml src/libcrypto/__init__.py
4646
git add .

0 commit comments

Comments
 (0)