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 5bb4717 commit ba8c32dCopy full SHA for ba8c32d
.github/workflows/wasm.yml
@@ -58,7 +58,7 @@ jobs:
58
ls -lh wheels/
59
git config user.name "GitHub Actions"
60
git config user.email "actions@github.com"
61
- git commit -m "Update wheels for release ${{ github.ref_name }}"
+ git commit -a -m "Update wheels for release ${{ github.ref_name }}"
62
git push
63
64
# This is not working yet
0 commit comments