Skip to content

Commit

Permalink
Branch version as default Kiali source code in the release script (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhoyos authored Jul 31, 2024
1 parent ec42f59 commit c5bcb85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ jobs:
- name: Determine Kiali Source Code Version To Copy
env:
RELEASE_VERSION: ${{ env.release_version }}
BRANCH_VERSION: ${{ env.branch_version }}
id: determine_kiali_src_code_version
run: |
if [ -z "${{ github.event.inputs.kiali_source_code_version }}" ];
then
KIALI_SRC_CODE_VERSION="$RELEASE_VERSION"
KIALI_SRC_CODE_VERSION="$BRANCH_VERSION"
else
KIALI_SRC_CODE_VERSION="${{ github.event.inputs.kiali_source_code_version }}"
fi
Expand Down

0 comments on commit c5bcb85

Please sign in to comment.