Skip to content

Commit

Permalink
fix: add missing slash (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx committed Jan 10, 2024
1 parent 7e009fa commit 6e19c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/subql_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
--type=$SUBQL_DEPLOYMENT_TYPE \
--disableHistorical \
--indexerVersion="$SUBQL_INDEXER_VERSION" \
--queryVersion="$SUBQL_QUERY_VERSION"
--queryVersion="$SUBQL_QUERY_VERSION" \
--queryAggregate
# - name: Deploy ETH Version
# run: |
Expand Down

0 comments on commit 6e19c65

Please sign in to comment.