We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354c27e commit 1172d16Copy full SHA for 1172d16
.github/workflows/publish.yml
@@ -60,7 +60,7 @@ jobs:
60
61
# Updating links.
62
BASE_URL="https://github.com/bofh69/PN5180-tagomatic/tree/$VERSION"
63
- sed -i "s#](\\([^h#]\\)#$BASE_URL/\\1#" README.md
+ sed -i "s#](\\([^h#]\\)#]($BASE_URL/\\1#" README.md
64
65
- name: Install build dependencies
66
run: |
0 commit comments