Skip to content

Commit

Permalink
fix release.yml (26F-Studio#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpleLee authored Jul 17, 2022
1 parent deb8c09 commit ecb64a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecb64a1

Please sign in to comment.