silly ref
This commit is contained in:
parent
7a2c5d9040
commit
2023040a64
1 changed files with 1 additions and 4 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
|
@ -13,15 +13,12 @@ jobs:
|
|||
- id: checkout
|
||||
name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.repository.default_branch }}
|
||||
|
||||
- id: setup-node
|
||||
name: Setup Node.JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 16
|
||||
cache: 'yarn'
|
||||
|
||||
- id: cache
|
||||
|
|
|
|||
Loading…
Reference in a new issue