Skip to content

Commit

Permalink
Add a simple JSR publish workflow (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldMaker authored Jul 27, 2024
2 parents 9893ba0 + de2e077 commit 4116f9c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/jsr-publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish
on:
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4

- name: Publish package
run: npx jsr publish

0 comments on commit 4116f9c

Please sign in to comment.