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 b6447be commit c836a5aCopy full SHA for c836a5a
.github/workflows/release.yaml
@@ -58,7 +58,7 @@ jobs:
58
run: |
59
mkdir bin
60
mv bin-*/* bin/
61
- rm bin-*
+ rm -rf bin-*
62
63
# this will only publish if the version has been updated
64
- name: NPM Publish
0 commit comments