Skip to content

Commit

Permalink
build: ensure build step runs before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Sep 12, 2024
1 parent a3ec578 commit 3a602db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
run: |
yarn --immutable
- name: Build 🔨
run: yarn build

- name: Publish with latest tag 🚀
if: ${{ needs.setup_variables.outputs.isLatest == 'true' }}
run: npm publish --access public
Expand Down

0 comments on commit 3a602db

Please sign in to comment.