Archived
1
0

Switch fully to GH Actions

This commit is contained in:
Anmol Sethi
2020-05-07 20:44:32 -04:00
parent 193a45113c
commit 0ec1c69c06
10 changed files with 115 additions and 172 deletions

View File

@ -1,11 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
./ci/container/exec.sh yarn publish --non-interactive release
}
main "$@"