mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 02:08:12 +08:00
Update publish-npm.yml
This commit is contained in:
parent
32e96e5e3a
commit
685fb9495e
4
.github/workflows/publish-npm.yml
vendored
4
.github/workflows/publish-npm.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
|
||||
TAG_VERSION: ${{env.TAG_VERSION}}
|
||||
REGISTRY: https://npm.pkg.github.com/
|
||||
REGISTRY: https://registry.npmjs.com/
|
||||
|
||||
publish-gpr:
|
||||
needs: build
|
||||
@ -60,6 +60,6 @@ jobs:
|
||||
- name: Publish
|
||||
run: sh ./scripts/publish.sh
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
|
||||
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
TAG_VERSION: ${{env.TAG_VERSION}}
|
||||
REGISTRY: https://npm.pkg.github.com/
|
||||
|
Loading…
Reference in New Issue
Block a user