Skip to content

Commit

Permalink
Publish 2.1.0 on jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 24, 2024
1 parent 29e0cf1 commit c4bd77f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish-jsr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish packge to jsr
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4
- run: npm install -g jsr
- run: jsr publish
12 changes: 12 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "@noble/secp256k1",
"version": "2.1.0",
"exports": "./index.ts",
"publish": {
"include": [
"LICENSE",
"README.md",
"index.ts"
]
}
}

0 comments on commit c4bd77f

Please sign in to comment.