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 e2a1b72 commit ddb6140Copy full SHA for ddb6140
.grabl/automation.yml
@@ -91,7 +91,7 @@ release:
91
deploy-github:
92
image: graknlabs-ubuntu-20.04
93
command: |
94
- pip install certifi
+ pip3 install certifi
95
export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
96
bazel run @graknlabs_dependencies//tool/release:create-notes -- protocol $(cat VERSION) ./RELEASE_TEMPLATE.md
97
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
0 commit comments