⚗️ remove scope from npm registry setup

This commit is contained in:
Nikolay Kharitonov
2023-12-05 18:18:39 +00:00
parent a10ef30175
commit 5155e282c5

View File

@@ -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