mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
ci: publish-pr-commit-pkg pm add multiple value (#22977)
This commit is contained in:
4
.github/workflows/publish-pr-commit-pkg.yml
vendored
4
.github/workflows/publish-pr-commit-pkg.yml
vendored
@@ -48,10 +48,10 @@ jobs:
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: |
|
||||
cd dist/element-plus
|
||||
pnpx pkg-pr-new publish --pnpm --packageManager=pnpm
|
||||
pnpx pkg-pr-new publish --pnpm --packageManager=pnpm,npm,yarn
|
||||
|
||||
- name: Publish for Commit Push
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
run: |
|
||||
cd dist/element-plus
|
||||
pnpx pkg-pr-new publish --pnpm --comment=off --packageManager=pnpm
|
||||
pnpx pkg-pr-new publish --pnpm --comment=off --packageManager=pnpm,npm,yarn
|
||||
|
||||
Reference in New Issue
Block a user