Skip to content

Commit

Permalink
Fix version payload when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-suen-sonarsource committed Apr 6, 2022
1 parent 30182c5 commit 1a5a376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ trigger_release_task:
source cirrus-env RELEASE
CHARTS=$(find $CIRRUS_WORKING_DIR -maxdepth 1 -name "*.tgz*" -type f -exec basename "{}" ";")
[[ "x$CHARTS" == "x" ]] && exit 0
gh workflow run release.yml -f version=$CIRRUS_BRANCH -f buildNumber=$BUILD_NUMBER
gh workflow run release.yml -f version=$CIRRUS_TAG -f buildNumber=$BUILD_NUMBER
depends_on:
- chart_packaging
- push_to_repox
Expand Down

0 comments on commit 1a5a376

Please sign in to comment.