mirror of
https://github.com/element-plus/element-plus.git
synced 2025-04-12 16:40:36 +08:00
parent
e12910b477
commit
d3f5625aa8
9
.github/workflows/publish-pr-commit-pkg.yml
vendored
9
.github/workflows/publish-pr-commit-pkg.yml
vendored
@ -45,7 +45,14 @@ jobs:
|
||||
ls -la
|
||||
jq --arg newVersion "$LATEST_VERSION" '.version = $newVersion' package.json > tmp.json && mv tmp.json package.json
|
||||
|
||||
- name: Publish
|
||||
- name: Publish for PR
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: |
|
||||
cd dist/element-plus
|
||||
pnpx pkg-pr-new publish
|
||||
|
||||
- name: Publish for Commit Push
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
run: |
|
||||
cd dist/element-plus
|
||||
pnpx pkg-pr-new publish --comment=off
|
||||
|
Loading…
x
Reference in New Issue
Block a user