From c6ccc6f6096b82fd27da301202dbed681623bddd Mon Sep 17 00:00:00 2001 From: Cameron Booth Date: Wed, 9 Sep 2020 15:42:40 -0700 Subject: [PATCH] Update to use the $registry-url() token --- ci/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/npm-publish.yml b/ci/npm-publish.yml index 861e372..b460edc 100644 --- a/ci/npm-publish.yml +++ b/ci/npm-publish.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 12 - registry-url: https://npm.pkg.github.com/ + registry-url: $registry-url(npm) - run: npm ci - run: npm publish env: