Skip to content

Commit

Permalink
Publish jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 18, 2025
1 parent d741b7b commit 30e2859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Publish release
on:
release:
types: [created]
workflow_dispatch:
jobs:
test-js:
name: "jsbt v0.3.0" # Should match commit below
name: 'jsbt v0.3.0' # Should match commit below
uses: paulmillr/jsbt/.github/workflows/release.yml@973650a225c0344aa5f993a6cd63835a262077e9
with:
build-path: test/build
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scure/btc-signer",
"version": "1.5.0",
"version": "1.6.0-pre",
"exports": {
".": "./src/index.ts",
"./payment": "./src/payment.ts",
Expand Down

0 comments on commit 30e2859

Please sign in to comment.