Skip to content

Commit 117a49b

Browse files
Fix shell expansion in prepare-shards-release (#239)
1 parent acc81b7 commit 117a49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processes/scripts/prepare-shards-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ case $TYPE in
4949
esac
5050

5151
body=$(printf "%q" "$body")
52-
step "Create tracking issue in crystal-lang/distribution-scripts" gh issue create -R crystal-lang/distribution-scripts --body "\"$body\"" --label "release" --title \"Release Shards $VERSION\"
52+
step "Create tracking issue in crystal-lang/distribution-scripts" gh issue create -R crystal-lang/distribution-scripts --body "$body" --label "release" --title \"Release Shards $VERSION\"

0 commit comments

Comments
 (0)