ci: open commit run pr.new (#19922)

* ci: open commit run pr.new

* ci: update
This commit is contained in:
sea
2025-02-21 11:56:47 +08:00
committed by GitHub
parent bac1a23c27
commit 0ba4d10460

View File

@@ -1,11 +1,11 @@
name: Publish PR Commit Pkg
on:
# push:
# branches:
# - dev
# tags:
# - '!**'
push:
branches:
- dev
tags:
- '!**'
pull_request:
branches:
- dev
@@ -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