Skip to content

Commit 2e74a80

Browse files
committed
ci: version in manifest should match assembly version
1 parent 224d386 commit 2e74a80

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,12 @@ jobs:
200200
# Get current timestamp in ISO format
201201
TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
202202
203+
# Create assembly version format (matching update-version.sh)
204+
ASSEMBLY_VERSION="${{ needs.build.outputs.version }}.0"
205+
203206
# Create new version entry
204207
NEW_VERSION='{
205-
"version": "'${{ needs.build.outputs.version }}'",
208+
"version": "'${ASSEMBLY_VERSION}'",
206209
"changelog": "- See the full changelog at [GitHub]('${REPO_URL}'/releases/tag/'${VERSION}')\n",
207210
"targetAbi": "10.10.0.0",
208211
"sourceUrl": "'${DOWNLOAD_URL}'",

0 commit comments

Comments
 (0)