We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5819a1e commit 4971c79Copy full SHA for 4971c79
.github/workflows/release.yml
@@ -17,10 +17,10 @@ jobs:
17
node-version: '14'
18
registry-url: https://registry.npmjs.org/
19
- run: npm i -g pnpm
20
- - run: pnpm install --frozen-lockfile
+ - run: pnpm install -F vite-ssr-vue3 --frozen-lockfile
21
- run: npm publish --access public
22
env:
23
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
24
- run: npx conventional-github-releaser -p angular
25
26
- CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments