Skip to content

Commit

Permalink
chore: publish to jsr using ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Oct 3, 2024
1 parent 6f70a63 commit ae5322d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish
on:
release

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 ae5322d

Please sign in to comment.