Skip to content

Commit 1a5a376

Browse files
Fix version payload when releasing
1 parent 30182c5 commit 1a5a376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ trigger_release_task:
135135
source cirrus-env RELEASE
136136
CHARTS=$(find $CIRRUS_WORKING_DIR -maxdepth 1 -name "*.tgz*" -type f -exec basename "{}" ";")
137137
[[ "x$CHARTS" == "x" ]] && exit 0
138-
gh workflow run release.yml -f version=$CIRRUS_BRANCH -f buildNumber=$BUILD_NUMBER
138+
gh workflow run release.yml -f version=$CIRRUS_TAG -f buildNumber=$BUILD_NUMBER
139139
depends_on:
140140
- chart_packaging
141141
- push_to_repox

0 commit comments

Comments
 (0)