From b0a0b5d896d02ddfb909e13dcc5a962829831926 Mon Sep 17 00:00:00 2001 From: CodeWithShreyans Date: Thu, 28 Aug 2025 23:04:21 +0000 Subject: ci: temp add debugging to ai-sdk workflow (#392) --- .github/workflows/publish-ai-sdk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/publish-ai-sdk.yml b/.github/workflows/publish-ai-sdk.yml index 09d0ba49..4c812839 100644 --- a/.github/workflows/publish-ai-sdk.yml +++ b/.github/workflows/publish-ai-sdk.yml @@ -32,9 +32,9 @@ jobs: run: bun install - name: Build - run: bun run build + run: bun run build && ls -la - name: Publish - run: npm publish --provenance --access public + run: npm publish --provenance --access public --dry-run --verbose env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file -- cgit v1.2.3