Skip to content

Commit

Permalink
publish from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Mar 9, 2024
1 parent 2510160 commit 1450ded
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/publish-jsr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Publish
on:
push:
branches:
- master

jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4

- name: Publish package
run: npx jsr publish
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@sigma/dbg",
"version": "1.0.0",
"version": "1.0.1",
"exports": "./mod.ts"
}

0 comments on commit 1450ded

Please sign in to comment.