Skip to content

Commit ecb64a1

Browse files
authored
fix release.yml (26F-Studio#728)
1 parent deb8c09 commit ecb64a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
print("::set-output name=updateNote::"..note:sub(p3, p4 - 2)
4242
:gsub(" ", "- ")
4343
:gsub(" ", "# ")
44-
:gsub('%', '%25')
45-
:gsub('\n', '%0A')
46-
:gsub('\r', '%0D'))
44+
:gsub('%%', '%%25')
45+
:gsub('\n', '%%0A')
46+
:gsub('\r', '%%0D'))
4747
- name: Get Commit
4848
id: git-related
4949
shell: bash

0 commit comments

Comments
 (0)