We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepare-shards-release
1 parent acc81b7 commit 117a49bCopy full SHA for 117a49b
processes/scripts/prepare-shards-release.sh
@@ -49,4 +49,4 @@ case $TYPE in
49
esac
50
51
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\"
+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