Skip to content

Commit c6baf5a

Browse files
authored
Merge pull request #157 from gnosischain/develop
fix: wrong subgraph labels for Ethereum mainnet in CI
2 parents d52713e + 4b5cbd5 commit c6baf5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/thegraph_prod_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Build & Deploy Subgraph for ETH mainnet
6767
if: ${{ inputs.network == 'Ethereum' }}
6868
env:
69-
SUBGRAPH_LABELS: "${{ github.ref_name }}-${{ steps.random_id.outputs.random_id }}"
69+
SUBGRAPH_LABELS: "${{ steps.release_tag.outputs.tag }}-${{ steps.random_id.outputs.random_id }}"
7070
TYPE: foreign
7171
DEBUG: true
7272
SUBGRAPH_NAME: gbc-bridge-mainnet

0 commit comments

Comments
 (0)