Skip to content

Commit 2c234c5

Browse files
committed
dry run publish
1 parent 840e2e6 commit 2c234c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build SDK
4040
run: npm run build --prefix ../open-api/typescript-sdk/
4141
- run: npm ci
42-
- run: npm publish
42+
- run: npm publish --dry-run
4343
if: ${{ github.event_name == 'workflow_dispatch' }}
4444
env:
4545
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)