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