Skip to content

Commit 458393f

Browse files
committed
fix: Add second preparation step
1 parent 0777f72 commit 458393f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
uses: pnpm/action-setup@v4
2727
- name: Install dependencies
2828
run: pnpm install
29-
- name: Prepare build
29+
- name: Create module stub build
3030
run: pnpm nuxt-module-build build --stub
31+
- name: Prepare build
32+
run: pnpm nuxt-module-build prepare
3133
- name: Release
3234
env:
3335
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)