Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
fix: remove invalid flag (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn authored Jan 11, 2024
1 parent a709cc5 commit 32a1659
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/subql_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ jobs:
--type=$SUBQL_DEPLOYMENT_TYPE \
--disableHistorical \
--indexerVersion="$SUBQL_INDEXER_VERSION" \
--queryVersion="$SUBQL_QUERY_VERSION" \
--aggregate
--queryVersion="$SUBQL_QUERY_VERSION"
# - name: Deploy ETH Version
# run: |
# npx subql deployment:deploy \
Expand Down

0 comments on commit 32a1659

Please sign in to comment.