diff --git a/.argo/publish-and-release.yaml b/.argo/publish-and-release.yaml index 48bbd362..92794cef 100644 --- a/.argo/publish-and-release.yaml +++ b/.argo/publish-and-release.yaml @@ -141,5 +141,5 @@ spec: # github skip ci rule: https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs # gitlab skip ci rule: https://devops.stackexchange.com/questions/6809/is-there-a-ci-skip-option-in-gitlab-ci # in case, the rule is disbaled or don't work this step will create a circular trigger of builds and bumps of version. - value: "[skip ci] [CI SKIP] setting {{workflow.parameters.appName}} {{workflow.parameters.environment}} to chart version '{{steps.get-initial-micro-chart-version.outputs.result}}-rc.{{workflow.parameters.shortSha}}'\n\nskip-checks:true" + value: "[skip ci] [CI SKIP] setting {{workflow.parameters.appName}} {{workflow.parameters.environment}} to chart version '{{steps.get-initial-micro-chart-version.outputs.result}}'\n\nskip-checks:true"