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:53 +02:00
parent b8b74b55c0
commit 53fd8de3d3
+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 }}