From 03480eaa128f6c7365ca239ad53c48dbd3e7a13b Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Fri, 25 Oct 2024 21:39:08 +0200 Subject: [PATCH] ci: remove cloudflare deploy --- .github/workflows/release.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f17ced9..fc3a01c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: dotnet tool install --global dotnet-outdated-tool dotnet outdated -pre Always -u -inc Jellyfin - - name: Restore Beta + - name: Restore dependencies if: ${{env.IS_BETA == 'false' }} run: dotnet restore @@ -93,13 +93,6 @@ jobs: GITHUB_REPO_VISIBILITY: ${{ github.event.repository.visibility }} MAIN_VERSION: ${{ env.MAIN_VERSION }} - - name: Deploy to Cloudflare KV - uses: cloudflare/wrangler-action@v3 - with: - apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - command: kv key put --namespace-id=${{ github.repository == 'intro-skipper/intro-skipper-test' && '49c07e5b68074443b940de893d58a997' || '61215c51799a4de59f0a33a8b7aecb0e' }} ${{ env.MAIN_VERSION }} --path=manifest.json - - name: Commit changes if: success() run: |