mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-05-01 05:01:11 +00:00
ci: setup jsr publishing
This commit is contained in:
parent
d3ed0d45ac
commit
4accd62916
1 changed files with 19 additions and 0 deletions
19
.github/workflows/publish_jsr.yml
vendored
Normal file
19
.github/workflows/publish_jsr.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name: Publish on JSR
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
publish:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Publish package
|
||||||
|
run: npx jsr publish
|
Loading…
Add table
Reference in a new issue