chore: improve cd
This commit is contained in:
parent
3c506ef188
commit
f267b0ba4a
1
.github/actions/setup/action.yml
vendored
1
.github/actions/setup/action.yml
vendored
|
|
@ -14,3 +14,4 @@ runs:
|
|||
with:
|
||||
node-version: lts/*
|
||||
cache: pnpm
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
|
|
|||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup (Install Node & pnpm)
|
||||
uses: ./.github/actions/setup
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user