8000
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 977318d commit c1572e9Copy full SHA for c1572e9
.github/workflows/publish.yml
@@ -92,7 +92,7 @@ jobs:
92
NEW_VERSION=$(node -p "require('./package.json').version")
93
94
# Replace branch in README.md link definitions for badges with the new version:
95
- find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch=[^ ]+/branch=v${NEW_VERSION}/g"
+ find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch[=:][^ ]+/branch=v${NEW_VERSION}/g"
96
97
# Create a new commit and tag:
98
git add package.json README.md
0 commit comments