Skip to content

Commit b4ab76f

Browse files
authored
Remove template file after renaming and amending. (#6885)
Summary: . Differential Revision: D65989507
1 parent 54899fe commit b4ab76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
git config --global user.name "PyTorch Bot"
270270
git config --global user.email "[email protected]"
271271
git add Package.swift
272-
git commit -m "${VERSION}"
272+
git commit -am "${VERSION}"
273273
git push -f origin "${BRANCH}"
274274
else
275275
echo "Draft Package.swift:"

0 commit comments

Comments
 (0)