We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522f104 commit acf585cCopy full SHA for acf585c
.github/workflows/release.yml
@@ -10,18 +10,10 @@ jobs:
10
name: Create release PR or publish to NPM
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@master
+ - name: Setup environment with pnpm
14
+ uses: danoc/pnpm-setup-composite-action@v2
15
with:
- # Fetch all Git history so that Changesets can generate changelogs
16
- # with the correct commits
17
- fetch-depth: 0
18
- - name: Use Node.js 16.x
19
- uses: actions/setup-node@v1
20
- with:
21
- node-version: 16.x
22
- - name: Install dependencies
23
- run: |
24
- pnpm install --frozen-lockfile
+ checkout-fetch-depth: '0'
25
- name: Create release PR or publish to NPM
26
uses: changesets/action@master
27
0 commit comments