Skip to content

Commit

Permalink
fix: build before release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jul 11, 2023
1 parent bef4c0a commit 36a4632
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: |
- run: |
npm i
npm run build
npm test
npm run all
- name: Release
run: |
npx semantic-release
Expand Down

0 comments on commit 36a4632

Please sign in to comment.