We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f673ad0 commit 8a8e874Copy full SHA for 8a8e874
.github/workflows/publish.yaml
@@ -28,6 +28,7 @@ jobs:
28
run: |
29
comment='${{ github.event.release.body }}'
30
comment="${comment//'%'/'%25'}"
31
+ comment="${comment//'`'/''}"
32
comment="${comment//$'\n'/'%0A'}"
33
comment="${comment//$'\r'/'%0D'}"
34
0 commit comments