From 5155e282c543e168f934c743fea131b11f2d8b71 Mon Sep 17 00:00:00 2001 From: Nikolay Kharitonov Date: Tue, 5 Dec 2023 18:18:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20remove=20scope=20from=20np?= =?UTF-8?q?m=20registry=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 3fc41dd..d60755b 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -19,8 +19,6 @@ jobs: with: node-version: '10.x' registry-url: 'https://npm.pkg.github.com' - # Defaults to the user or organization that owns the workflow file - scope: '@screeps' - name: 👷 Install run: npm ci env: @@ -40,7 +38,6 @@ jobs: with: node-version: '10.x' registry-url: 'https://registry.npmjs.org' - scope: '@screeps' - name: 📦️ Publish package (npmjs) if: github.ref_name == 'master' run: npm publish