Skip to content

Commit

Permalink
Update upload.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 4, 2024
1 parent cc0670a commit 9d66ea4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ if [ "$1" == "--skip-ota" ]; then
SKIPOTA=true
fi

curl -o /dev/null -sH "token $GITHUB_TOKEN"" $GREPO || { echo "Error: Invalid repo, token or network issue!"; exit 1; }
createRelease() {
echo "--> Creating release $TAG"
res=$(curl -s -L -X POST \
Expand Down

0 comments on commit 9d66ea4

Please sign in to comment.