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

This commit is contained in:
Laura
2026-08-09 17:14:52 +02:00
parent 2d6c729d85
commit 4362edfe30
+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 }}