Skip to content

Commit

Permalink
eliminate unintended exit with non-zero codes
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Nov 26, 2024
1 parent 8cfd0d1 commit 1245404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jitpack-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
exit 0
else
echo "Attempt $((COUNTER+1)) failed with status $HTTP_STATUS: Tag not found yet. Retrying in $RETRY_DELAY seconds..."
((COUNTER++))
COUNTER=$((COUNTER+1))
sleep $RETRY_DELAY
fi
done
Expand Down

0 comments on commit 1245404

Please sign in to comment.