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 06e9a2a
Show file tree
Hide file tree
Showing 2 changed files with 28 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 --allow-slow-types
13 changes: 13 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "@noble/secp256k1",
"version": "2.1.0",
"exports": "./index.ts",
"publish": {
"include": [
"LICENSE",
"README.md",
"index.ts",
"jsr.json"
]
}
}

0 comments on commit 06e9a2a

Please sign in to comment.