Workaround for GH Actions ruining file permissions
This commit is contained in:
parent
1e432b25ea
commit
524b0205e9
@ -10,6 +10,8 @@ main() {
|
||||
fi
|
||||
|
||||
download_artifact npm-package ./release
|
||||
# https://github.com/actions/upload-artifact/issues/38
|
||||
chmod +x $(grep -rl '^#!/.\+' release)
|
||||
yarn publish --non-interactive release
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user