diff --git a/processes/scripts/prepare-shards-release.sh b/processes/scripts/prepare-shards-release.sh index 56c7b4b2..277ea9fa 100755 --- a/processes/scripts/prepare-shards-release.sh +++ b/processes/scripts/prepare-shards-release.sh @@ -49,4 +49,4 @@ case $TYPE in esac body=$(printf "%q" "$body") -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\" +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\"