From 391c5961e991c1152b2a98ed27a9c372048472b7 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Fri, 20 Mar 2020 12:17:18 +0000 Subject: [PATCH] npm-publish: remove explicit scope The setup-node action will default the scope to the correct user (the repo owner), so we do not need to explicitly include it in the workflow. Removing it ensures that the starter template is easier for people to use; now there are no changes necessary to get started. https://github.com/actions/setup-node/blob/master/src/authutil.ts#L26 --- ci/npm-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/npm-publish.yml b/ci/npm-publish.yml index 81cbddb..861e372 100644 --- a/ci/npm-publish.yml +++ b/ci/npm-publish.yml @@ -41,7 +41,6 @@ jobs: with: node-version: 12 registry-url: https://npm.pkg.github.com/ - scope: '@your-github-username' - run: npm ci - run: npm publish env: