File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments