Skip to content

Commit 4971c79

Browse files
committed
chore(CI): installing exclude example deps
1 parent 5819a1e commit 4971c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
node-version: '14'
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm i -g pnpm
20-
- run: pnpm install --frozen-lockfile
20+
- run: pnpm install -F vite-ssr-vue3 --frozen-lockfile
2121
- run: npm publish --access public
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2424
- run: npx conventional-github-releaser -p angular
2525
env:
26-
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
26+
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)