Force snapshot updates in CI to avoid stale not-found cache
Build / build (push) Successful in 19s

This commit is contained in:
Laura
2026-08-09 17:14:50 +02:00
parent 6beac2bc15
commit b3b3f7319d
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
- name: Build with Maven
run: mvn -B deploy -DaltDeploymentRepository=gitea-packages::default::https://git.softwarerat.com/api/packages/zlaura/maven
run: mvn -B -U deploy -DaltDeploymentRepository=gitea-packages::default::https://git.softwarerat.com/api/packages/zlaura/maven
env:
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}