Skip to content

Commit

Permalink
💚 why release failed
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangWeixian committed Sep 25, 2021
1 parent 386f310 commit 9d45d1c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- master
env:
CI: true
PNPM_CACHE_FOLDER: .pnpm-store
jobs:
version:
timeout-minutes: 15
Expand All @@ -21,13 +20,8 @@ jobs:
node-version: 14
- name: install pnpm
run: npm i pnpm@latest -g
- name: Cache .pnpm-store
uses: actions/cache@v1
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: install dependencies
run: pnpm i --frozen-lockfile=false
run: pnpm install --frozen-lockfile=false
- name: create and publish versions
uses: changesets/action@master
with:
Expand Down

0 comments on commit 9d45d1c

Please sign in to comment.