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

ci: add publish.yml

parent 2a7080b0
No related branches found
No related tags found
No related merge requests found
name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- name: Publish @llamaindex/env
run: npx jsr publish
working-directory: packages/env
- name: Publish @llamaindex/core
run: npx jsr publish
working-directory: packages/core
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment