Skip to content

Commit

Permalink
Add yarn install first
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed Nov 27, 2024
1 parent 7387a6a commit 814fb59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
run: sh .github/scripts/check-release.sh
- name: Check tag format
run: sh .github/scripts/check-tag-format.sh "${{ github.event.release.prerelease }}"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: npm run build
run: yarn build
- name: Publish with latest tag
if: "!github.event.release.prerelease && !contains(github.ref, 'beta')"
run: npm publish .
Expand Down

0 comments on commit 814fb59

Please sign in to comment.