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 cca152a commit 369cbc1
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 @@ -73,7 +73,7 @@ jobs:
fi
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
sed -i "s/\(project(progressBarThingy VERSION [0-9.]*\)/\1${FILTERED_VERSION}/" CMakeLists.txt
- name: Stage and commit changes
run: |
Expand Down

0 comments on commit 369cbc1

Please sign in to comment.