diff options
| author | CodeWithShreyans <[email protected]> | 2025-08-28 23:04:21 +0000 |
|---|---|---|
| committer | CodeWithShreyans <[email protected]> | 2025-08-28 23:04:21 +0000 |
| commit | b0a0b5d896d02ddfb909e13dcc5a962829831926 (patch) | |
| tree | e8c4e09528e9c0ed2535496f76e2767475479c5e /.github/workflows | |
| parent | Merge pull request #384 from supermemoryai/08-24-feat_ui_integrations_page_wi... (diff) | |
| download | supermemory-b0a0b5d896d02ddfb909e13dcc5a962829831926.tar.xz supermemory-b0a0b5d896d02ddfb909e13dcc5a962829831926.zip | |
ci: temp add debugging to ai-sdk workflow (#392)shreyans/08-29-ci_temp_add_debugging_to_ai-sdk_workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish-ai-sdk.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |