fix: enable end-to-end tests in release workflow

Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
This commit is contained in:
Matthias Bertschy
2025-12-12 14:09:26 +01:00
parent 270b3b320d
commit 54dda8bf31

View File

@@ -94,3 +94,4 @@ jobs:
COSIGN_PWD: ${{ secrets.COSIGN_PRIVATE_KEY_V1_PASSWORD }}
RELEASE: ${{ needs.retag.outputs.NEW_TAG }}
CLIENT: release
RUN_E2E: "true"