From b272f1f17d36ac3b617929ad6d7638159ec8a840 Mon Sep 17 00:00:00 2001 From: Adarsh Ravichandran Date: Wed, 21 Aug 2024 13:17:57 +0530 Subject: [PATCH] chore(eth-multisig-v4): add bera config Ticket: WIN-3295 --- .github/workflows/deploy_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_and_release.yml b/.github/workflows/deploy_and_release.yml index 0448f4a..9694bc5 100644 --- a/.github/workflows/deploy_and_release.yml +++ b/.github/workflows/deploy_and_release.yml @@ -51,7 +51,7 @@ jobs: result-encoding: string script: | const tag = process.env.GITHUB_REF_NAME; - const regex = /v.*\-(eth|hteth|matic|tmatic|bsc|tbsc|arbeth|tarbeth|opeth|topeth|zketh|tzketh|baseeth|tbaseeth)$/; + const regex = /v.*\-(eth|hteth|matic|tmatic|bsc|tbsc|arbeth|tarbeth|opeth|topeth|zketh|tzketh|baseeth|tbaseeth|tbera)$/; const network = tag.match(regex); return network ? network[1] : "hteth"; deploy-to-test: