diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index 3411014cf98..dcd21839f27 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -270,7 +270,7 @@ jobs: git config --global user.email "pytorchbot@users.noreply.github.com" git add Package.swift git commit -m "${VERSION}" - git push origin "${BRANCH}" + git push -f origin "${BRANCH}" else echo "Draft Package.swift:" cat Package.swift