Skip to content

Commit 0f211a3

Browse files
committed
CI: add missing tag labels in subgraph workflows for production deploy
1 parent daee47b commit 0f211a3

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
@@ -79,7 +79,7 @@ jobs:
7979
- name: Build & Deploy Subgraph for Gnosis Chain
8080
if: ${{ inputs.network == 'Gnosis Chain' }}
8181
env:
82-
SUBGRAPH_LABELS: "${{ github.ref_name }}-${{ steps.random_id.outputs.random_id }}"
82+
SUBGRAPH_LABELS: "${{ steps.release_tag.outputs.tag }}-${{ steps.random_id.outputs.random_id }}"
8383
TYPE: home
8484
DEBUG: true
8585
SUBGRAPH_NAME: gbc-bridge-gnosis

0 commit comments

Comments
 (0)