Skip to content

Commit

Permalink
ci: fixed publish actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverEllipsis committed Jun 19, 2024
1 parent 9174845 commit 897ecc9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ on:
- 'v*'

jobs:
# ['Unit Tests', 'Code Check']工作流成功完成
precheck:
build-and-publish:
runs-on: ubuntu-latest
# ['Unit Tests', 'Code Check']工作流成功完成
if: >
${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 897ecc9

Please sign in to comment.