We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840e2e6 commit 2c234c5Copy full SHA for 2c234c5
.github/workflows/cli.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Build SDK
40
run: npm run build --prefix ../open-api/typescript-sdk/
41
- run: npm ci
42
- - run: npm publish
+ - run: npm publish --dry-run
43
if: ${{ github.event_name == 'workflow_dispatch' }}
44
env:
45
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments