Archived
1
0

Automate draft release

This commit is contained in:
Anmol Sethi
2020-05-11 17:08:22 -04:00
parent b706e85efb
commit 169f8c67fe
9 changed files with 98 additions and 38 deletions

View File

@ -3,7 +3,7 @@ set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
source ./ci/steps/lib.sh
source ./ci/lib.sh
if [[ ${CI-} ]]; then
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc