aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish-ai-sdk.yml4
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