diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 735ae16e2..8189248a1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,6 +66,7 @@ jobs: uses: WarpBuilds/setup-go@v5 with: go-version: '>=1.22.5' + cache: false # This step usually is not needed because the /ui/dist is pregenerated locally # but its here to ensure that each release embeds the latest admin ui artifacts.