⚗️ remove scope from npm registry setup
This commit is contained in:
3
.github/workflows/npm.yml
vendored
3
.github/workflows/npm.yml
vendored
@@ -19,8 +19,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '10.x'
|
node-version: '10.x'
|
||||||
registry-url: 'https://npm.pkg.github.com'
|
registry-url: 'https://npm.pkg.github.com'
|
||||||
# Defaults to the user or organization that owns the workflow file
|
|
||||||
scope: '@screeps'
|
|
||||||
- name: 👷 Install
|
- name: 👷 Install
|
||||||
run: npm ci
|
run: npm ci
|
||||||
env:
|
env:
|
||||||
@@ -40,7 +38,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '10.x'
|
node-version: '10.x'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
scope: '@screeps'
|
|
||||||
- name: 📦️ Publish package (npmjs)
|
- name: 📦️ Publish package (npmjs)
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
run: npm publish
|
run: npm publish
|
||||||
|
|||||||
Reference in New Issue
Block a user