Skip to content

Commit

Permalink
Add Publish to JSR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
htunnicliff committed May 2, 2024
1 parent d8ddd52 commit 1a1c66d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Publish to JSR

on:
push:
branches:
- main

jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4

- name: Publish package
run: npx jsr publish

0 comments on commit 1a1c66d

Please sign in to comment.