We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd118bb commit 1e38896Copy full SHA for 1e38896
1 file changed
.github/workflows/wasm.yml
@@ -69,7 +69,7 @@ jobs:
69
git config user.name "GitHub Actions"
70
git config user.email "actions@github.com"
71
72
- git add wheels
+ git add -f wheels
73
74
git commit -a -m "Update wheels for release ${{ github.ref_name }}"
75
git push origin main
0 commit comments