mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
Update publish-npm.yml
This commit is contained in:
2
.github/workflows/publish-npm.yml
vendored
2
.github/workflows/publish-npm.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
run: yarn build
|
||||
env:
|
||||
TAG_VERSION: ${{env.TAG_VERSION}}
|
||||
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" > ~/.npmrc
|
||||
- name: Publish
|
||||
run: sh ./scripts/publish.sh
|
||||
env:
|
||||
@@ -57,6 +58,7 @@ jobs:
|
||||
run: yarn build
|
||||
env:
|
||||
TAG_VERSION: ${{env.TAG_VERSION}}
|
||||
- run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
|
||||
- name: Publish
|
||||
run: sh ./scripts/publish.sh
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user