8000 Handle both colons and equal signs · stdlib-js/array-base-zero-to@c1572e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit c1572e9

Browse files
committed
Handle both colons and equal signs
1 parent 977318d commit c1572e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
NEW_VERSION=$(node -p "require('./package.json').version")
9393
9494
# 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"
95+
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch[=:][^ ]+/branch=v${NEW_VERSION}/g"
9696
9797
# Create a new commit and tag:
9898
git add package.json README.md

0 commit comments

Comments
 (0)
0