diff --git a/.github/workflows/release-candidate.yaml b/.github/workflows/release-candidate.yaml index 7f97919e..c1504ad1 100644 --- a/.github/workflows/release-candidate.yaml +++ b/.github/workflows/release-candidate.yaml @@ -79,6 +79,7 @@ jobs: wait_interval: 10 client_payload: | { + "panther_codebase_version": "${{ env.RC_BRANCH_NAME }}", "build_type": "development", "target_distro": "humble" } diff --git a/.github/workflows/release-project.yaml b/.github/workflows/release-project.yaml index 7ece3963..47800b4f 100644 --- a/.github/workflows/release-project.yaml +++ b/.github/workflows/release-project.yaml @@ -93,6 +93,7 @@ jobs: wait_interval: 10 client_payload: | { + "panther_codebase_version": "${{ github.event.inputs.version }}", "build_type": "development", "target_distro": "humble" }