From 3bc85d835d792efb924c89b0cb0a1ba2195bd3d1 Mon Sep 17 00:00:00 2001 From: Miguel Martinez Date: Mon, 17 Nov 2025 13:28:53 +0100 Subject: [PATCH] chore: use ee CLI for project renaming Signed-off-by: Miguel Martinez --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fd848c03c..2535253a2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,7 +64,7 @@ jobs: - name: Install Chainloop run: | - curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s + curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s -- --ee - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1