Skip to content

Commit

Permalink
Update push-subgraph.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
estfe authored Oct 26, 2023
1 parent 6c73cf8 commit 40a92cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
fi
echo $IPFS_PUBLIC_NODE
echo $SUBGRAPH_NAME
graph deploy --node $NODE_URL --ipfs $IPFS_PUBLIC_NODE $SUBGRAPH_NAME
graph deploy --node $NODE_URL --ipfs $IPFS_PUBLIC_NODE --version-label v0.0.1 $SUBGRAPH_NAME
- name: Run graph deploy on public Infura node
run: |
Expand All @@ -86,7 +86,7 @@ jobs:
else
NODE_URL="$PROD_NODE_URL"
fi
graph deploy --node $NODE_URL --ipfs $IPFS_INFURA_NODE --headers '{"Authorization": "Basic '$INFURA_HASH'"}' $SUBGRAPH_NAME
graph deploy --node $NODE_URL --ipfs $IPFS_INFURA_NODE --headers '{"Authorization": "Basic '$INFURA_HASH'"}' --version-label v0.0.1 $SUBGRAPH_NAME
echo $SUBGRAPH_NAME
env:
Expand Down

0 comments on commit 40a92cc

Please sign in to comment.