From 127182fad2de204009b1a05ce04e0097f7f814c0 Mon Sep 17 00:00:00 2001 From: Laura Date: Sun, 9 Aug 2026 17:14:59 +0200 Subject: [PATCH] Force snapshot updates in CI to avoid stale not-found cache --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3591830..9c6df8c 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 }}