fix: always update_pkg
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nyyu 2023-03-17 19:45:25 +01:00
parent 303e9ce6ea
commit dbe250f92f

View file

@ -57,8 +57,8 @@ for d in */; do
update_github_tag "${repo}"
fi
fi
update_pkg
build true
update_pkg
fi
cd ..
done