Skip to content

Commit

Permalink
Merge pull request #80 from doomchild/feature/issue-79
Browse files Browse the repository at this point in the history
Issue-79: Actually fix promote script for real this time
  • Loading branch information
doomchild authored Jul 26, 2024
2 parents abe433e + f7d6a68 commit b10ea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/promote
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ __has_matching_counts () {
__update_version () {
local nextVersion=${1}

jq '.version = ${nextVersion}' "${PROJECT_HOME}/project-metadata.json" > "${PROJECT_HOME}/temp-metadata.json" \
jq --arg version "${nextVersion}" '.version = $version' "${PROJECT_HOME}/project-metadata.json" > "${PROJECT_HOME}/temp-metadata.json" \
&& mv "${PROJECT_HOME}/temp-metadata.json" "${PROJECT_HOME}/project-metadata.json"
}

Expand Down

0 comments on commit b10ea9a

Please sign in to comment.