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
|
registry-url: https://npm.pkg.github.com
|
||||||
scope: '@MaTeMaTuK'
|
scope: '@MaTeMaTuK'
|
||||||
|
|
||||||
- name: NPM Publish
|
- name: NPM Login
|
||||||
run: |
|
run: npm login --registry=https://npm.pkg.github.com/
|
||||||
npm login --registry=https://npm.pkg.github.com/
|
env:
|
||||||
npm publish
|
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
fi
|
|
||||||
|
- name: NPM Publish
|
||||||
|
run: npm publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user