We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e432b2 commit 524b020Copy full SHA for 524b020
ci/steps/publish-npm.sh
@@ -10,6 +10,8 @@ main() {
10
fi
11
12
download_artifact npm-package ./release
13
+ # https://github.com/actions/upload-artifact/issues/38
14
+ chmod +x $(grep -rl '^#!/.\+' release)
15
yarn publish --non-interactive release
16
}
17
0 commit comments