fix workflows

This commit is contained in:
Killer Boss Original 2022-12-29 13:42:46 +00:00
parent 068dfed157
commit 6cb2cefdb9

View file

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