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