Skip to content

Commit

Permalink
chore: add abi_wasm to release-please (#2664)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur authored Sep 12, 2023
1 parent 4776d07 commit 29142f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release ABI Wasm
name: Publish ABI Wasm

on:
push:
tags:
- "*"
workflow_dispatch:

jobs:
Expand Down
5 changes: 5 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"type": "json",
"path": "compiler/wasm/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "tooling/noirc_abi_wasm/package.json",
"jsonpath": "$.version"
}
]
}
Expand Down

0 comments on commit 29142f4

Please sign in to comment.