Skip to content

Commit

Permalink
fix: build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
okaufmann committed Oct 21, 2023
1 parent 8c7b22e commit 4bcbcab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}

- name: Build
run: npm run build

- name: Publish
uses: JS-DevTools/npm-publish@v3
if: ${{ steps.changelog.outputs.skipped == 'false' }}
Expand Down

0 comments on commit 4bcbcab

Please sign in to comment.