Skip to content

Commit 55da021

Browse files
committed
ci(release): remove R2 publish from release workflow
R2 publishing is now a separate workflow (publish-r2.yml) that can be triggered manually via workflow_dispatch with a specific release_run_id.
1 parent 42faa44 commit 55da021

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -400,18 +400,4 @@ jobs:
400400
env:
401401
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
402402

403-
# ==========================================================================
404-
# Publish CLI to R2 (lightweight - 4 vCPU)
405-
# ==========================================================================
406-
publish-r2:
407-
name: Publish to R2
408-
needs: [prepare, build-cli, release]
409-
if: needs.prepare.outputs.build_cli == 'true' && needs.build-cli.result == 'success'
410-
uses: ./.github/workflows/publish-r2.yml
411-
with:
412-
version: ${{ needs.prepare.outputs.version }}
413-
channel: ${{ contains(needs.prepare.outputs.version, '-') && 'beta' || 'stable' }}
414-
secrets:
415-
R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
416-
R2_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}
417-
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
403+

0 commit comments

Comments
 (0)