From 9977a58210ba8c577c9579d2960c74aaf7e083ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernani=20S=C3=A3o=20Thiago?= Date: Thu, 16 Nov 2023 00:42:15 -0500 Subject: [PATCH] fixed CI --- .github/workflows/all.yaml | 2 +- .github/workflows/master.yaml | 2 +- .github/workflows/qa.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/all.yaml b/.github/workflows/all.yaml index 8cff089..d75bf0e 100644 --- a/.github/workflows/all.yaml +++ b/.github/workflows/all.yaml @@ -28,7 +28,7 @@ jobs: - name: Build Mumbai run: npm run build:mumbai - name: Build Cronos - run: npm run build:cronos + run: npm run build:cronos-mainnet - name: Build Polygon run: npm run build:polygon diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 12481f3..b8e20d6 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -30,7 +30,7 @@ jobs: - name: Deploy Mumbai Hosted Service run: npm run deploy:mumbai - name: Build Cronos - run: npm run build:cronos + run: npm run build:cronos-mainnet - name: Deploy Self-hosted Cronos run: npx graph deploy --node ${SELF_HOSTED_SUBGRAPH_URL} --version-label ${{ github.sha }} cronos-mainnet_prod_nft-roles - name: Build Polygon diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index e816713..69224e9 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -28,7 +28,7 @@ jobs: - name: Build Mumbai run: npm run build:mumbai - name: Build Cronos - run: npm run build:cronos + run: npm run build:cronos-mainnet - name: Deploy Self-hosted Cronos QA run: npx graph deploy --node ${SELF_HOSTED_SUBGRAPH_URL} --version-label qa cronos-mainnet_qa_nft-roles - name: Build Polygon