test
This commit is contained in:
parent
42a292bc04
commit
af10c7ff15
1 changed files with 3 additions and 3 deletions
6
.github/workflows/npm-publish.yml
vendored
6
.github/workflows/npm-publish.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
types: [created]
|
||||
jobs:
|
||||
Publish-NPM:
|
||||
runs-on: node1
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -22,7 +22,7 @@ jobs:
|
|||
REGISTRY2: 'registry=https://registry.npmjs.org/'
|
||||
|
||||
Publish-GitHub-NPM:
|
||||
runs-on: node1
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -40,7 +40,7 @@ jobs:
|
|||
REGISTRY2: '@thundernetworkrad:registry=https://npm.pkg.github.com'
|
||||
|
||||
Publish-SOURCE:
|
||||
runs-on: node1
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue