fix workflows
This commit is contained in:
parent
068dfed157
commit
6cb2cefdb9
1 changed files with 0 additions and 4 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -14,8 +14,6 @@ jobs:
|
|||
node-version: '16.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
scope: '@thundernetworkrad'
|
||||
- name: Install dependencies 🔧
|
||||
run: npm ci
|
||||
- name: Publish package on NPM 📦
|
||||
run: npm publish --access public
|
||||
env:
|
||||
|
@ -34,8 +32,6 @@ jobs:
|
|||
node-version: '16.x'
|
||||
registry-url: 'https://npm.pkg.github.com'
|
||||
scope: '@thundernetworkrad'
|
||||
- name: Install dependencies 🔧
|
||||
run: npm ci
|
||||
- name: Publish package on NPM 📦
|
||||
run: npm publish --access public
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue