We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187b44e commit 736a066Copy full SHA for 736a066
.github/workflows/release.yml
@@ -31,14 +31,14 @@ jobs:
31
if: ${{ steps.release.outputs.release_created }}
32
- run: pnpm build
33
34
+ - run: pnpm publish
35
+ env:
36
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37
+ if: ${{ steps.release.outputs.release_created }}
38
- run: pnpm run docs
39
40
- uses: peaceiris/actions-gh-pages@v3
41
with:
42
github_token: ${{ secrets.GITHUB_TOKEN }}
43
publish_dir: ./docs/.vitepress/dist
44
- - run: pnpm publish
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- if: ${{ steps.release.outputs.release_created }}
0 commit comments