Skip to content

Commit

Permalink
chore: remove prerelease stage
Browse files Browse the repository at this point in the history
  • Loading branch information
yeyan1996 committed Apr 26, 2024
1 parent cfa1659 commit fa02a62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@ jobs:
run: pnpm config set store-dir $PNPM_CACHE_FOLDER

install:
needs:
- setup
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: install dependencies
run: pnpm install

publish:
needs:
- install
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fa02a62

Please sign in to comment.