npm reg action change
This commit is contained in:
parent
bd610da241
commit
a6eba16a48
12
.github/workflows/npm-publish.yml
vendored
12
.github/workflows/npm-publish.yml
vendored
@ -20,10 +20,12 @@ jobs:
|
||||
registry-url: https://npm.pkg.github.com
|
||||
scope: '@MaTeMaTuK'
|
||||
|
||||
- name: NPM Publish
|
||||
run: |
|
||||
npm login --registry=https://npm.pkg.github.com/
|
||||
npm publish
|
||||
fi
|
||||
- name: NPM Login
|
||||
run: npm login --registry=https://npm.pkg.github.com/
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
- name: NPM Publish
|
||||
run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user