Skip to content

Commit f40f4ae

Browse files
chore: add avaxc to regex
Ticket: COIN-1712
1 parent e348070 commit f40f4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
result-encoding: string
4343
script: |
4444
const tag = process.env.GITHUB_REF_NAME;
45-
const regex = /v.*\-(eth|hteth|matic|tmatic|bsc|tbsc|arbeth|tarbeth|opeth|topeth|tavaxc)$/;
45+
const regex = /v.*\-(eth|hteth|matic|tmatic|bsc|tbsc|arbeth|tarbeth|opeth|topeth|tavaxc|avaxc)$/;
4646
const network = tag.match(regex);
4747
return network ? network[1] : "hteth";
4848
deploy-to-test:

0 commit comments

Comments
 (0)