diff --git a/action.yml b/action.yml index 416eb1f..3494c24 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ runs: steps: - id: install-graph-cli run: | - yarn global add @graphprotocol/graph-cli + yarn global add @graphprotocol/graph-cli@0.18.0 echo "$(yarn global bin)" >> $GITHUB_PATH shell: bash #- id: auth # cannot launch auth without x11. Passing access token as a param in next step as a workaround diff --git a/package.json b/package.json index 0c9dccd..edf7965 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graph-deploy", - "version": "0.1.0", + "version": "0.1.1", "description": "A simple github action that deploys a subgraph to the graph", "main": "index.js", "scripts": {