fix pipeline

This commit is contained in:
2023-05-25 23:54:59 +02:00
parent ac32b97383
commit 063d073c27
4 changed files with 5 additions and 4 deletions

View File

@@ -22,8 +22,9 @@ jobs:
- run: |
pnpm install --frozen-lockfile
pnpm run build
- run: npm publish
working-directory: ./packages/cli
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}