Force snapshot updates in CI to avoid stale not-found cache
Build / build (push) Failing after 15s

This commit is contained in:
Laura
2026-08-09 17:14:58 +02:00
parent 0c08e123bc
commit ba5848f2ad
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
- name: Build with Maven
run: mvn -B package
run: mvn -B -U package
env:
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}