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 89a83de commit 0a8e88eCopy full SHA for 0a8e88e
.github/workflows/version-packages.yml
@@ -23,12 +23,14 @@ jobs:
23
id: has-changesets
24
uses: ./.github/actions/has-changesets
25
- name: Setup Node.js LTS
26
+ if: ${{ steps.has-changesets.outputs.has-changesets == 'true' }}
27
uses: actions/setup-node@v2
28
with:
29
node-version: lts/*
30
cache: 'yarn'
31
- name: Install and build packages
- run: yarn --frozen-lockfile && yarn build
32
33
+ run: yarn --frozen-lockfile
34
- name: Create or update Version Packages PR
35
if: ${{ steps.has-changesets.outputs.has-changesets == 'true' }}
36
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
0 commit comments