We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9467e commit 91272e4Copy full SHA for 91272e4
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
fi
44
# Update README installation section: id("com.quarkdown.amber") version "x.y.z"
45
if [ -f README.md ]; then
46
- sed -E -i.bak "s/(id\\(\"com\\.quarkdown\\.amber\"\\) version \"\")[^\"]+\"/\\1$VERSION\"/g" README.md || true
+ sed -i.bak -E 's/(id\("com\.quarkdown\.amber"\)\s+version\s+")[^"]+/\1'"$VERSION"'/' README.md || true
47
rm -f README.md.bak
48
49
git config user.name "github-actions[bot]"
0 commit comments