Skip to content

Commit 8a8e874

Browse files
committed
[TASK] TER Upload: Use GitHub release instead of tags
1 parent f673ad0 commit 8a8e874

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: |
2929
comment='${{ github.event.release.body }}'
3030
comment="${comment//'%'/'%25'}"
31+
comment="${comment//'`'/''}"
3132
comment="${comment//$'\n'/'%0A'}"
3233
comment="${comment//$'\r'/'%0D'}"
3334

0 commit comments

Comments
 (0)