Skip to content

Commit

Permalink
fix: fix build output (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 authored Mar 14, 2024
2 parents ca831e5 + 4d1a0f2 commit 5933172
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: yarn install --immutable

- name: Build
run: yarn build

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
Expand Down

0 comments on commit 5933172

Please sign in to comment.