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 82a57fd commit 57486d4Copy full SHA for 57486d4
.circleci/config.yml
@@ -85,7 +85,7 @@ jobs:
85
- run: |
86
pip install certifi
87
export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
88
- bazel run @graknlabs_build_tools//ci:release-notes -- grakn $(cat VERSION) ./RELEASE_TEMPLATE.md
+ bazel run @graknlabs_build_tools//ci:release-notes -- protocol $(cat VERSION) ./RELEASE_TEMPLATE.md
89
90
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
91
bazel run //:deploy-github -- $CIRCLE_SHA1
@@ -176,4 +176,4 @@ workflows:
176
branches:
177
only: protocol-release-branch
178
requires:
179
- - sync-dependencies-release
+ - sync-dependencies-release
0 commit comments