Skip to content

Commit

Permalink
add quotation marks for new version in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Sep 4, 2024
1 parent 7f564d9 commit b402da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
echo "version is already set"
else
echo "version is outdated, adjusting build.gradle.kts"
sed -i "s/^version\s*=.*$/version = $VERSION/g" build.gradle.kts
sed -i "s/^version\s*=.*$/version = \"$VERSION\"/g" build.gradle.kts
git diff build.gradle.kts
fi
Expand Down

0 comments on commit b402da9

Please sign in to comment.