We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd919de commit 09378a6Copy full SHA for 09378a6
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