Skip to content

Commit

Permalink
Don't change Info.plist xml version
Browse files Browse the repository at this point in the history
Issue #145
  • Loading branch information
damies13 committed Sep 27, 2024
1 parent 842962b commit d6ef7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ jobs:
for file in $files
do
# echo "version variable : $file"
sed -i -e "s/version = \"[^\"]*\"/version = \"${numver}\"/" "$file"
sed -i -e "s/version=\"[^\"]*\"/version = \"${numver}\"/" "$file"
sed -i -e "s/version = \"[^\"]*\"^/version = \"${numver}\"/" "$file"
sed -i -e "s/version=\"[^\"]*\"^/version = \"${numver}\"/" "$file"
# echo "version comment : $file"
sed -i -e "s/# Version .*/# Version ${numver}/" "$file"
done
Expand Down

0 comments on commit d6ef7dc

Please sign in to comment.