fix: building

This commit is contained in:
Songkeys 2024-07-04 09:29:22 +08:00
parent 22ad80bea7
commit d658c9ba47
1 changed files with 0 additions and 8 deletions

View File

@ -28,12 +28,6 @@ jobs:
restore-keys: |
${{ runner.os }}-
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: latest
run_install: true
- name: Use Node.js 22.x
uses: actions/setup-node@v4.0.2
with:
@ -47,8 +41,6 @@ jobs:
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_install: true
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}