mirror of
https://github.com/kunkunsh/kunkun-ext-system-info.git
synced 2025-04-04 19:26:43 +00:00
ci: add jsr publish
This commit is contained in:
parent
ef40a86ac9
commit
cd97197159
23
.github/workflows/jsr-publish.yml
vendored
Normal file
23
.github/workflows/jsr-publish.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
name: JSR Publish
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
publish:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: oven-sh/setup-bun@v2
|
||||||
|
- name: Install dependencies
|
||||||
|
run: bun install
|
||||||
|
- name: Build
|
||||||
|
run: bun run build
|
||||||
|
- name: Publish package
|
||||||
|
run: npx jsr publish
|
9
jsr.json
Normal file
9
jsr.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "@kunkun/kunkun-ext-system-info",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"exports": "./mod.ts",
|
||||||
|
"publish": {
|
||||||
|
"include": ["dist", "build", "README.md", "package.json", "mod.ts"]
|
||||||
|
}
|
||||||
|
}
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.kunkun.sh",
|
"$schema": "https://schema.kunkun.sh",
|
||||||
"name": "kunkun-ext-system-info",
|
"name": "kunkun-ext-system-info",
|
||||||
"version": "0.0.6",
|
"license": "MIT",
|
||||||
|
"version": "0.1.0",
|
||||||
"repository": "https://github.com/kunkunsh/kunkun-ext-system-info",
|
"repository": "https://github.com/kunkunsh/kunkun-ext-system-info",
|
||||||
"kunkun": {
|
"kunkun": {
|
||||||
"name": "System Info",
|
"name": "System Info",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user