mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-04-28 03:29:59 +00:00
ci: fix ai-sdk publish (#393)
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
This commit is contained in:
parent
b0a0b5d896
commit
2a8a97ee98
1 changed files with 6 additions and 2 deletions
8
.github/workflows/publish-ai-sdk.yml
vendored
8
.github/workflows/publish-ai-sdk.yml
vendored
|
|
@ -27,14 +27,18 @@ jobs:
|
|||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
|
||||
- name: Build
|
||||
run: bun run build && ls -la
|
||||
run: bun run build
|
||||
|
||||
- name: Publish
|
||||
run: npm publish --provenance --access public --dry-run --verbose
|
||||
run: pnpm publish --access public --verbose
|
||||
env:
|
||||
NPM_CONFIG_PROVENANCE: true
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue