Skip to content

Commit

Permalink
Merge pull request #168 from BitGo/WIN-3295_walletSimple_contract
Browse files Browse the repository at this point in the history
chore(eth-multisig-v4): add bera config
  • Loading branch information
adarsh312 authored Aug 21, 2024
2 parents 777b217 + b272f1f commit 6715f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6715f43

Please sign in to comment.