Skip to content

Commit 1e69400

Browse files
committed
Fixed structure version datatype in inventory JSON.
1 parent 46a2764 commit 1e69400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PublishReleaseNotes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ jobs:
549549
)" \
550550
'{"tag": $tag, "version": $version, "git-hash": $hash, "repository-url": $repo, "release-url": $release, "categories": $categories, "latest": $jsonLatest}' \
551551
)" \
552-
'{"version": $structVersion, "timestamp": $date, "meta": $jsonMeta, "files": {}}'
552+
'{"version": "$structVersion", "timestamp": $date, "meta": $jsonMeta, "files": {}}'
553553
)
554554
fi
555555

0 commit comments

Comments
 (0)