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.
1 parent b92820c commit 2b5fec2Copy full SHA for 2b5fec2
github-cli.sh
@@ -70,7 +70,7 @@ case $1 in
70
71
create_tag
72
73
- create_release $USERNAME $REPOSITORY $APP_VERSION $CURRENT_BRANCH $DESC
+ create_release $USERNAME $REPOSITORY $APP_VERSION $CURRENT_BRANCH "$DESC"
74
75
;;
76
@@ -79,7 +79,7 @@ case $1 in
79
80
81
create-release )
82
83
84
85
esac
0 commit comments