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

This commit is contained in:
Laura
2026-08-09 17:14:55 +02:00
parent 27390818ac
commit 6fe2dc4d1a
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }} PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
- name: Build with Maven - 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: env:
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }} PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}