Skip to content

Commit

Permalink
ci: jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed May 10, 2024
1 parent 0fa08e1 commit 5032eeb
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/workflows/changesets.yml
@@ -1,7 +1,7 @@
name: Changesets
on:
push:
branches: [main, rc]
branches: [main]
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -67,3 +67,22 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# https://docs.npmjs.com/generating-provenance-statements
NPM_CONFIG_PROVENANCE: true

jsr:
name: JSR
needs: verify
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
id-token: write

steps:
- name: Clone repository
uses: actions/checkout@v4

- name: Install dependencies
uses: ./.github/actions/install-dependencies

- name: Publish to JSR
run: pnpx jsr publish

0 comments on commit 5032eeb

Please sign in to comment.