Skip to content

Commit b17bf88

Browse files
committed
Add publish to JSR
1 parent 09f0465 commit b17bf88

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/jsr-publish.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: JSR Publish
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
publish:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
id-token: write # The OIDC ID token is used for authentication with JSR.
14+
steps:
15+
- uses: actions/checkout@v5
16+
- run: npx jsr publish

0 commit comments

Comments
 (0)