Skip to content

Commit

Permalink
Fix malformed version.json generation (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Sep 19, 2024
1 parent 13a1246 commit 269ab0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cat << EOF
{
"source": "${VERSION_SOURCE_URL}",
"commit": "${VERSION_COMMIT_HASH}",
"version: "${VERSION_TAG_NAME}",
"build: "${VERSION_BUILD_URL}",
"version": "${VERSION_TAG_NAME}",
"build": "${VERSION_BUILD_URL}"
}
EOF

0 comments on commit 269ab0b

Please sign in to comment.