Publish to JSR with GitHub actions

This commit is contained in:
Alex Gleason
2024-03-11 11:20:36 -05:00
committed by fiatjaf_
parent 27a536f41d
commit 8ed2c13c28

16
.github/workflows/publish.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Publish
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4
- run: npx jsr publish