Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 4535b5a

Browse files
Fix variable name
1 parent df5a924 commit 4535b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
git checkout $CIRCLE_BRANCH
169169
echo $PWD
170170
export LATEST_TAG=$(git describe --tags --abbrev=0)
171-
sh generate_multi-arch-release_notes.sh LATEST_TAG $CIRCLE_BRANCH $BRANCH $BUILD_DATE
171+
sh generate_multi-arch-release_notes.sh $LATEST_TAG $CIRCLE_BRANCH $BRANCH $BUILD_DATE
172172
cat release_notes.md
173173
- run: |
174174
echo "Check if branch is deployable (contains [deploy] in commit msg on $DEPLOY_BRANCH"

0 commit comments

Comments
 (0)