Skip to content

Commit

Permalink
#14: Provide option to specify version of the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
annoviko committed Oct 7, 2021
1 parent 671eafb commit 6d78bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/github-ci-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git config --global user.name $HTTPCTRL_USERNAME


# assign new version to the library
echo "[INFO] Assign new version to the library."
echo "[INFO] Assign new version to the library (user provided value '$REQUESTED_VERSION')."

if [ -z "$REQUESTED_VERSION" ]
# generate new version by increment
Expand Down Expand Up @@ -42,7 +42,7 @@ then
then
echo "[INFO] Version has correct format."
else
echo "[ERROR] Incorrect format of the versio."
echo "[ERROR] Incorrect format of the version."
exit -1
fi

Expand Down

0 comments on commit 6d78bc7

Please sign in to comment.