fix: unbuild version reduced to 2.0

This commit is contained in:
vben
2024-08-03 10:12:45 +08:00
parent 27ffc9e71b
commit d3ed6757ac
8 changed files with 322 additions and 54 deletions

View File

@@ -1,4 +1,5 @@
name: Dependabot post-update
# name: Dependabot post-update
name: Build detection
on:
pull_request_target:
types: [opened, synchronize, reopened]
@@ -14,7 +15,7 @@ concurrency:
jobs:
post-update:
if: ${{ github.actor == 'dependabot[bot]' }}
# if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
strategy:
matrix:
@@ -45,5 +46,4 @@ jobs:
- name: Test and Build
run: |
pnpm run test:unit
pnpm run build