Skip to content

Commit ddb6140

Browse files
committed
fix deploy github
1 parent e2a1b72 commit ddb6140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.grabl/automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ release:
9191
deploy-github:
9292
image: graknlabs-ubuntu-20.04
9393
command: |
94-
pip install certifi
94+
pip3 install certifi
9595
export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
9696
bazel run @graknlabs_dependencies//tool/release:create-notes -- protocol $(cat VERSION) ./RELEASE_TEMPLATE.md
9797
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN

0 commit comments

Comments
 (0)