Skip to content

Commit d13c064

Browse files
committed
Fix deploy github
1 parent ddb6140 commit d13c064

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.grabl/automation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ release:
9191
deploy-github:
9292
image: graknlabs-ubuntu-20.04
9393
command: |
94+
pyenv install -s 3.6.10
95+
pyenv global 3.6.10 system
9496
pip3 install certifi
9597
export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
9698
bazel run @graknlabs_dependencies//tool/release:create-notes -- protocol $(cat VERSION) ./RELEASE_TEMPLATE.md

0 commit comments

Comments
 (0)