Skip to content

Commit

Permalink
Add next tag on release
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Jul 10, 2024
1 parent 3b144e3 commit cc0e48d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ function publish_0xgraph {
DEPLOY_KEY=$3
echo "publishing $SUBGRAPH to 0xgraph"
yarn run graph deploy $SUBGRAPH --node https://api.0xgraph.xyz/deploy --ipfs https://api.0xgraph.xyz/ipfs --version-label="v$VERSION" --deploy-key=$DEPLOY_KEY

sleep 5 # wait for the subgraph to propagate
goldsky subgraph tag create $SUBGRAPH/$VERSION --token $DEPLOY_KEY --tag next
}

function publish_goldsky {
Expand Down

0 comments on commit cc0e48d

Please sign in to comment.