Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Fix deploy github
Browse files Browse the repository at this point in the history
  • Loading branch information
lriuui0x0 committed Feb 4, 2021
1 parent 2167626 commit fd7baba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .grabl/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ release:
deploy-github:
image: graknlabs-ubuntu-20.04
command: |
pyenv install -s 3.6.10
pyenv global 3.6.10 system
pip3 install certifi
export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
bazel run @graknlabs_dependencies//tool/release:create-notes -- common $(cat VERSION) ./RELEASE_TEMPLATE.md
Expand Down

0 comments on commit fd7baba

Please sign in to comment.