Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading