Hasura CLI picking up non-existing version #9302
-
Hi, our project on github is running this script: curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash For some reason it tries to fetch the graphql-engine version 2.16.1 from github releases, which does not yet exist. We are blocked from building our application in Github Pull requests |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Finding: Our configs use older Hasura Graphql engine version: |
Beta Was this translation helpful? Give feedback.
-
I use |
Beta Was this translation helpful? Give feedback.
-
Resolved the issues, the issue was that the |
Beta Was this translation helpful? Give feedback.
Resolved the issues, the issue was that the
v2.16.1
assets where not published yet