Skip to content

Commit

Permalink
ci: fix the if check
Browse files Browse the repository at this point in the history
  • Loading branch information
cwyl02 committed Nov 22, 2024
1 parent b0ef5a7 commit 34334e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/application-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
to_version_gh_dkp=$latest
to_version="main"
else
if [[ "${{ github.base_ref }}" == "release-*" ]]; then
if [[ "${{ github.base_ref }}" == release-* ]]; then
dkp_ver_majorminor=$(echo ${{ github.base_ref }} | cut -d '-' -f 2)
to_version_gh_dkp="v$dkp_ver_majorminor"
else
Expand Down

0 comments on commit 34334e9

Please sign in to comment.