Workaround for GH Actions ruining file permissions

This commit is contained in:
Anmol Sethi 2020-05-12 02:59:03 -04:00
parent 1e432b25ea
commit 524b0205e9
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB

View File

@ -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
}