diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6f913f702..9b7047dbb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -173,6 +173,9 @@ jobs: run: | current_version="$(cat .chainloop.yml | awk '/^projectVersion:/ {print $2}')" # Rename the existing pre-release into the actual release name + echo "current_version=$current_version" + echo "target_version=${{ github.ref_name }}" + chainloop org describe chainloop project version update --project ${CHAINLOOP_PROJECT_NAME} --name $current_version --new-name ${{ github.ref_name }} || true - name: Bump Chart and Dagger Version