Skip to content
Snippets Groups Projects
Commit c9b2ec4a authored by Alex Yang's avatar Alex Yang
Browse files

fix: release

parent bf583a72
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,11 @@ jobs: ...@@ -18,7 +18,11 @@ jobs:
- name: Publish @llamaindex/env - name: Publish @llamaindex/env
run: npx jsr publish run: npx jsr publish
working-directory: packages/env working-directory: packages/env
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish @llamaindex/core - name: Publish @llamaindex/core
run: npx jsr publish --allow-slow-types run: npx jsr publish --allow-slow-types
working-directory: packages/core working-directory: packages/core
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment