Skip to content

Commit 57486d4

Browse files
author
Ganeshwara Herawan Hananda
authored
Fixed a CI bug regarding release note generation
1 parent 82a57fd commit 57486d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- run: |
8686
pip install certifi
8787
export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
88-
bazel run @graknlabs_build_tools//ci:release-notes -- grakn $(cat VERSION) ./RELEASE_TEMPLATE.md
88+
bazel run @graknlabs_build_tools//ci:release-notes -- protocol $(cat VERSION) ./RELEASE_TEMPLATE.md
8989
- run: |
9090
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
9191
bazel run //:deploy-github -- $CIRCLE_SHA1
@@ -176,4 +176,4 @@ workflows:
176176
branches:
177177
only: protocol-release-branch
178178
requires:
179-
- sync-dependencies-release
179+
- sync-dependencies-release

0 commit comments

Comments
 (0)