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.
2 parents 7387a6a + 814fb59 commit 294c44bCopy full SHA for 294c44b
.github/workflows/publish.yml
@@ -16,8 +16,10 @@ jobs:
16
run: sh .github/scripts/check-release.sh
17
- name: Check tag format
18
run: sh .github/scripts/check-tag-format.sh "${{ github.event.release.prerelease }}"
19
+ - name: Install dependencies
20
+ run: yarn install --frozen-lockfile
21
- name: Build
- run: npm run build
22
+ run: yarn build
23
- name: Publish with latest tag
24
if: "!github.event.release.prerelease && !contains(github.ref, 'beta')"
25
run: npm publish .
0 commit comments