Skip to content

Commit 5783209

Browse files
committed
patch: fix publishing
1 parent 8baa880 commit 5783209

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Install dependencies
2828
run: npm install
2929

30+
- name: Build project
31+
run: npm run build
32+
3033
- name: Release using semantic-release
3134
env:
3235
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}

0 commit comments

Comments
 (0)