Skip to content

Commit e07700f

Browse files
authored
debug: add debug entries to troubleshoot renaming (#2609)
Signed-off-by: Miguel Martinez <[email protected]>
1 parent f92556a commit e07700f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ jobs:
173173
run: |
174174
current_version="$(cat .chainloop.yml | awk '/^projectVersion:/ {print $2}')"
175175
# Rename the existing pre-release into the actual release name
176+
echo "current_version=$current_version"
177+
echo "target_version=${{ github.ref_name }}"
178+
chainloop org describe
176179
chainloop project version update --project ${CHAINLOOP_PROJECT_NAME} --name $current_version --new-name ${{ github.ref_name }} || true
177180
178181
- name: Bump Chart and Dagger Version

0 commit comments

Comments
 (0)