We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92556a commit e07700fCopy full SHA for e07700f
.github/workflows/release.yaml
@@ -173,6 +173,9 @@ jobs:
173
run: |
174
current_version="$(cat .chainloop.yml | awk '/^projectVersion:/ {print $2}')"
175
# 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
179
chainloop project version update --project ${CHAINLOOP_PROJECT_NAME} --name $current_version --new-name ${{ github.ref_name }} || true
180
181
- name: Bump Chart and Dagger Version
0 commit comments