We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb6140 commit d13c064Copy full SHA for d13c064
.grabl/automation.yml
@@ -91,6 +91,8 @@ release:
91
deploy-github:
92
image: graknlabs-ubuntu-20.04
93
command: |
94
+ pyenv install -s 3.6.10
95
+ pyenv global 3.6.10 system
96
pip3 install certifi
97
export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
98
bazel run @graknlabs_dependencies//tool/release:create-notes -- protocol $(cat VERSION) ./RELEASE_TEMPLATE.md
0 commit comments