Fix issues in makefile

This commit is contained in:
Pavindu Lakshan 2025-04-21 15:08:25 +05:30
parent 5261a69f7a
commit b818f2b139
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ GIT_TOKEN=$1
WORK_DIR=$2
VERSION_TYPE=$3 # possible values: major, minor, patch
Check if GIT_TOKEN is empty
# Check if GIT_TOKEN is empty
if [ -z "$GIT_TOKEN" ]; then
echo "❌ Error: GIT_TOKEN is not set."
exit 1