Update .gitea/workflows/build.yml
All checks were successful
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICO) (push) Successful in 2m23s
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICOW) (push) Successful in 2m27s

This commit is contained in:
Sthope 2025-03-17 22:12:01 +01:00
parent a26a150852
commit facfd511b1

View File

@ -31,7 +31,7 @@ jobs:
if [ "$(printf '%s\n' "$GITEA_VERSION" "$GITHUB_VERSION" | sort -V | head -n1)" = "$GITHUB_VERSION" ]; then
echo "❌❌GitHub release is older or the same. Stopping workflow.❌❌"
exit 1
#exit 1
else
echo "✅✅GitHub release is newer. Continuing workflow.✅✅"
PB_TOKEN="${{ secrets.PB_TOKEN }}"