Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
[skip ci] [skip netlify]
  • Loading branch information
typed-sigterm committed Oct 2, 2024
1 parent 968ef7d commit 7e0e32a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0

- run: npm install -g semver
- run: npm install semver
- name: 检查版本稳定性
id: check-stability
uses: actions/github-script@v7
Expand Down Expand Up @@ -48,6 +48,7 @@ jobs:
permissions:
contents: write
runs-on: ${{ matrix.platform }}
needs: sync-latest-branch

strategy:
fail-fast: false
Expand Down

0 comments on commit 7e0e32a

Please sign in to comment.