Skip to content

Commit 09378a6

Browse files
committed
Workaround for GH Actions ruining file permissions
1 parent fd919de commit 09378a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/steps/publish-npm.sh

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ main() {
1010
fi
1111

1212
download_artifact npm-package ./release
13+
# https://github.com/actions/upload-artifact/issues/38
14+
chmod +x $(grep -rl '^#!/.\+' release)
1315
yarn publish --non-interactive release
1416
}
1517

0 commit comments

Comments
 (0)