Skip to content

Commit 38ddcd9

Browse files
committed
Remove git add wheels
1 parent 12e9dec commit 38ddcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git config user.name "GitHub Actions"
6161
git config user.email "[email protected]"
6262
63-
git add wheels
63+
git add -f wheels
6464
# Do nothing if no changes
6565
if git diff --cached --quiet; then
6666
echo "No new wheels to commit"

0 commit comments

Comments
 (0)