fix release.yml (#728)
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -41,9 +41,9 @@ jobs:
|
|||||||
print("::set-output name=updateNote::"..note:sub(p3, p4 - 2)
|
print("::set-output name=updateNote::"..note:sub(p3, p4 - 2)
|
||||||
:gsub(" ", "- ")
|
:gsub(" ", "- ")
|
||||||
:gsub(" ", "# ")
|
:gsub(" ", "# ")
|
||||||
:gsub('%', '%25')
|
:gsub('%%', '%%25')
|
||||||
:gsub('\n', '%0A')
|
:gsub('\n', '%%0A')
|
||||||
:gsub('\r', '%0D'))
|
:gsub('\r', '%%0D'))
|
||||||
- name: Get Commit
|
- name: Get Commit
|
||||||
id: git-related
|
id: git-related
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user