Skip to content

Commit 6977ee4

Browse files
committed
fix executable permissions
1 parent c836a5a commit 6977ee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
mkdir bin
6060
mv bin-*/* bin/
6161
rm -rf bin-*
62+
sudo chmod -R +x bin
6263
6364
# this will only publish if the version has been updated
6465
- name: NPM Publish

0 commit comments

Comments
 (0)