Skip to content

Commit 1172d16

Browse files
committed
Fix links for pypi publish
1 parent 354c27e commit 1172d16

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
@@ -60,7 +60,7 @@ jobs:
6060
6161
# Updating links.
6262
BASE_URL="https://github.com/bofh69/PN5180-tagomatic/tree/$VERSION"
63-
sed -i "s#](\\([^h#]\\)#$BASE_URL/\\1#" README.md
63+
sed -i "s#](\\([^h#]\\)#]($BASE_URL/\\1#" README.md
6464
6565
- name: Install build dependencies
6666
run: |

0 commit comments

Comments
 (0)