Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
aiKrice committed Dec 5, 2024
2 parents 4d90352 + 1c8444b commit 4d681a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ if [ -z "$VERSION" ]; then
exit 1
fi

if [ -z "$GITHUB_TOKEN" ]; then
echo -e "❌ Please provide a ${cyan}GthubToken${reset} Exemple export GITHUB_TOKEN=...."
exit 1
fi

# Step 1: Create the release
echo "🟡 [Step 1/5] Switching to master..."
git switch master
Expand Down

0 comments on commit 4d681a0

Please sign in to comment.