From 5c369d260f03c770512f15326cddfd13c7a27196 Mon Sep 17 00:00:00 2001 From: Christopher Haar Date: Tue, 12 Aug 2025 19:08:55 +0200 Subject: [PATCH] feat(bump): up-cli Signed-off-by: Christopher Haar --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 280b555..03e8358 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,6 @@ jobs: uses: upbound/action-up@v1 with: skip-login: true - channel: alpha - name: Set up Helm uses: azure/setup-helm@v4 @@ -145,7 +144,6 @@ jobs: with: api-token: ${{ secrets.UP_API_TOKEN }} organization: ${{ secrets.UP_ORG }} - channel: alpha - name: Login to xpkg with robot uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3