We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d52713e + 4b5cbd5 commit c6baf5aCopy full SHA for c6baf5a
1 file changed
.github/workflows/thegraph_prod_deploy.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Build & Deploy Subgraph for ETH mainnet
67
if: ${{ inputs.network == 'Ethereum' }}
68
env:
69
- SUBGRAPH_LABELS: "${{ github.ref_name }}-${{ steps.random_id.outputs.random_id }}"
+ SUBGRAPH_LABELS: "${{ steps.release_tag.outputs.tag }}-${{ steps.random_id.outputs.random_id }}"
70
TYPE: foreign
71
DEBUG: true
72
SUBGRAPH_NAME: gbc-bridge-mainnet
0 commit comments