Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
some internal changes
  • Loading branch information
vani11agirl committed Jan 16, 2025
1 parent 2681712 commit cca152a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo $CHANGELOG
echo ---
fi
FILTERED_VERSION=$(echo "${VERSION_INPUT#v}" | sed -e 's/[\/&]/\\&/g')
FILTERED_VERSION=$(echo "${VERSION_INPUT#v}" | sed -e 's/[\/&()]/\\&/g')
jq --arg new_version "${FILTERED_VERSION}" '.version = $new_version' mod.json > tmp.json && mv tmp.json mod.json
sed -i "s/\(project(progressBarThingy VERSION \)[0-9.]*\)/\1${FILTERED_VERSION}/" CMakeLists.txt
Expand Down

0 comments on commit cca152a

Please sign in to comment.