Skip to content

Commit

Permalink
Fix CI release
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnversluis committed Nov 22, 2024
1 parent ecc1eac commit 4e0a659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Build
run: yarn install && yarn build
run: yarn install && yarn build:release
- name: Test
run: cat lib/bundle.js
- name: Release
Expand Down

0 comments on commit 4e0a659

Please sign in to comment.