[fix] restore latest_version update metadata

This commit is contained in:
kunkundi
2026-05-29 02:11:46 +08:00
parent 9d3a422916
commit 04100584ce
4 changed files with 23 additions and 10 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ jobs:
# Generate version.json using cat and heredoc
cat > version.json << EOF
{
"version": "${{ steps.version.outputs.VERSION_FULL }}",
"latest_version": "${{ steps.version.outputs.VERSION_FULL }}",
"releaseDate": "${{ steps.version.outputs.BUILD_DATE_ISO }}",
"patch": ${{ steps.version.outputs.PATCH_NUMBER }},
"releaseName": ${{ steps.release_info.outputs.RELEASE_NAME }},