fix changeset ci
This commit is contained in:
parent
c5073cc982
commit
7d82ce9c92
1 changed files with 5 additions and 13 deletions
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
|
@ -19,19 +19,11 @@ jobs:
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 14.x
|
||||||
|
|
||||||
- name: Get yarn cache directory
|
- name: Install dependencies
|
||||||
id: yarn-cache
|
run: yarn --frozen-lockfile --ignore-engines
|
||||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
env:
|
||||||
|
CI: true
|
||||||
- name: Set dependencies cache
|
|
||||||
uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: ${{ steps.yarn-cache.outputs.dir }}
|
|
||||||
key: ${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('yarn.lock') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('yarn.lock') }}
|
|
||||||
${{ runner.os }}-${{ matrix.node_version }}-
|
|
||||||
|
|
||||||
- name: Create release PR
|
- name: Create release PR
|
||||||
uses: changesets/action@master
|
uses: changesets/action@master
|
||||||
|
|
Loading…
Reference in a new issue