Skip to content

Commit 2b5fec2

Browse files
author
Travis CI
committed
Releasing v1.8
1 parent b92820c commit 2b5fec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github-cli.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ case $1 in
7070

7171
create_tag
7272

73-
create_release $USERNAME $REPOSITORY $APP_VERSION $CURRENT_BRANCH $DESC
73+
create_release $USERNAME $REPOSITORY $APP_VERSION $CURRENT_BRANCH "$DESC"
7474

7575
;;
7676

@@ -79,7 +79,7 @@ case $1 in
7979
;;
8080

8181
create-release )
82-
create_release $USERNAME $REPOSITORY $APP_VERSION $CURRENT_BRANCH $DESC
82+
create_release $USERNAME $REPOSITORY $APP_VERSION $CURRENT_BRANCH "$DESC"
8383
;;
8484

8585
esac

0 commit comments

Comments
 (0)