Skip to content

Commit df4b2e8

Browse files
committed
Run publish in the correct folder
1 parent 088dd42 commit df4b2e8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,5 @@ jobs:
3636
- name: 🛠 Build project
3737
run: pnpm build:module
3838

39-
- name: 📦 Release
40-
run: pnpm publish --no-git-checks
41-
42-
- name: 📦 Release
43-
run: pnpm changelogithub
44-
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
- name: 📦 Publish to npm
40+
run: pnpm --filter @nuxtjs/mcp-toolkit publish --no-git-checks

0 commit comments

Comments
 (0)