File tree Expand file tree Collapse file tree 4 files changed +1
-100
lines changed
actions/dispatch-and-download Expand file tree Collapse file tree 4 files changed +1
-100
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108
109109 latest_tag_version=$(git tag -l --sort=-creatordate | grep "$APP_CODENAME" | head -n 1)
110110 if [[ -z "$latest_tag_version" ]]; then
111- version_name="${current_year}.${current_month}.${_PATCH_VERSION}"
111+ version_name="${current_year}.${current_month}.${_PATCH_VERSION:-0 }"
112112 echo "::warning::No tags found, did you checkout? Calculating version from current date: $version_name"
113113 output "$version_name"
114114 exit 0
Original file line number Diff line number Diff line change 5858 version_name : ${{ inputs.version-name }}
5959 version_number : ${{ inputs.version-number }}
6060 patch_version : ${{ inputs.patch_version && '999' || '' }}
61- secrets : inherit
6261
6362 build-manual :
6463 name : Build Manual - ${{ inputs.build-mode }}
Original file line number Diff line number Diff line change 6161 version_name : ${{ inputs.version-name }}
6262 version_number : ${{ inputs.version-number }}
6363 patch_version : ${{ inputs.patch_version && '999' || '' }}
64- secrets : inherit
6564
6665 build-manual :
6766 name : Build Manual - ${{ inputs.build-variant }} (${{ inputs.build-mode }})
You can’t perform that action at this time.
0 commit comments