Skip to content

Commit

Permalink
remove trailing parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
psparacino committed Dec 3, 2024
1 parent 2ae7169 commit 49050ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
../node_modules/.bin/graph deploy --studio --deploy-key ${{ secrets.SUBGRAPH_STUDIO_DEPLOY_KEY }} "${{ steps.staging_or_not.outputs.subgraph }}" --version-label "$VERSION_LABEL"
working-directory: '${{ matrix.value }}'
- name: Deploy Subgraph to Alchemy Hosted Service
if: ${{ (matrix.value == 'carbonmark' || matrix.value == 'polygon-digital-carbon' || matrix.value == 'pairs' || matrix.value == 'ethereum-bridged-carbon') && steps.compare_versions.outputs.should_deploy == 'true')) }}
if: ${{ (matrix.value == 'carbonmark' || matrix.value == 'polygon-digital-carbon' || matrix.value == 'pairs' || matrix.value == 'ethereum-bridged-carbon') && steps.compare_versions.outputs.should_deploy == 'true' }}
run: |
VERSION_LABEL="${{ steps.compare_versions.outputs.new_published_version }}"
Expand Down

0 comments on commit 49050ce

Please sign in to comment.