From 29142f433bb3efd9025fa852b1d649b48b45d8e0 Mon Sep 17 00:00:00 2001 From: Jonathan Bursztyn Date: Tue, 12 Sep 2023 16:03:01 +0100 Subject: [PATCH] chore: add abi_wasm to release-please (#2664) --- .../workflows/{release-abi_wasm.yml => publish-abi_wasm.yml} | 5 ++++- release-please-config.json | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) rename .github/workflows/{release-abi_wasm.yml => publish-abi_wasm.yml} (94%) diff --git a/.github/workflows/release-abi_wasm.yml b/.github/workflows/publish-abi_wasm.yml similarity index 94% rename from .github/workflows/release-abi_wasm.yml rename to .github/workflows/publish-abi_wasm.yml index 07cccba568b..e7167c681c5 100644 --- a/.github/workflows/release-abi_wasm.yml +++ b/.github/workflows/publish-abi_wasm.yml @@ -1,6 +1,9 @@ -name: Release ABI Wasm +name: Publish ABI Wasm on: + push: + tags: + - "*" workflow_dispatch: jobs: diff --git a/release-please-config.json b/release-please-config.json index 14558039a6e..e06379f5ae7 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -17,6 +17,11 @@ "type": "json", "path": "compiler/wasm/package.json", "jsonpath": "$.version" + }, + { + "type": "json", + "path": "tooling/noirc_abi_wasm/package.json", + "jsonpath": "$.version" } ] }