Skip to content

Commit

Permalink
build: auto-publish to JSR
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf committed Mar 7, 2024
1 parent 61e7cfa commit ea3eee9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish

on:
push:
branches:
- main

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

- name: Publish to JSR
run: npx jsr publish

0 comments on commit ea3eee9

Please sign in to comment.