diff --git a/.github/workflows/cicd-pipeline.yml b/.github/workflows/cicd-pipeline.yml index b3164d0..c4134af 100644 --- a/.github/workflows/cicd-pipeline.yml +++ b/.github/workflows/cicd-pipeline.yml @@ -72,7 +72,7 @@ jobs: github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/heads/release') run: | - new_ver="${{ steps.get-version.outputs.current_version }}-$(git rev-parse --short ${GITHUB_SHA})" + new_ver="${{ steps.get-version.outputs.current_version }}+$(git rev-parse --short ${GITHUB_SHA})" poetry version $new_ver echo "software_version=$(poetry version | awk '{print $2}')" >> $GITHUB_ENV echo "TARGET_ENV_UPPERCASE=SIT" >> $GITHUB_ENV