fix release.yml (#728)

This commit is contained in:
Imple Lee
2022-07-18 00:12:25 +08:00
committed by GitHub
parent deb8c09c22
commit fc8fcc5e95

View File

@@ -41,9 +41,9 @@ jobs:
print("::set-output name=updateNote::"..note:sub(p3, p4 - 2)
:gsub(" ", "- ")
:gsub(" ", "# ")
:gsub('%', '%25')
:gsub('\n', '%0A')
:gsub('\r', '%0D'))
:gsub('%%', '%%25')
:gsub('\n', '%%0A')
:gsub('\r', '%%0D'))
- name: Get Commit
id: git-related
shell: bash