Skip to content

Commit

Permalink
github:changelog remove single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Apr 5, 2022
1 parent 7f80504 commit c5a8958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
CHANGELOG="${CHANGELOG//'%'/'%25'}"
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
CHANGELOG="${CHANGELOG//'\''/''}"
echo "::set-output name=COMMIT_SUMMARY::$(echo "$CHANGELOG")"
# msvc编译
- name: msvc-build goldendict
Expand Down

0 comments on commit c5a8958

Please sign in to comment.