fix publishing
All checks were successful
/ test (push) Successful in 35s
/ deploy (push) Successful in 38s

This commit is contained in:
kento2 2026-08-25 19:00:17 +02:00
parent ca30fd615c
commit fb2f1f1859

View file

@ -46,7 +46,7 @@ jobs:
MAVEN_USER: ${{ secrets.MAVENREPO_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVENREPO_PASSWORD }}
run: |
for target in //bukkit:bukkit.publish //core:core.publish
for target in //bukkit:bukkit.publish //common:common.publish
do
bazel \
--output_user_root=/var/cache/bazel \