Skip to content

chore: pre-releases

chore: pre-releases #8

Workflow file for this run

name: Continuous Delivery (nightly.fluvio.io)
on:
push:
branches:
- main
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
pre_release:
name: Pre-Release
uses: ./.github/workflows/release-nightly.yml
permissions:
contents: write
deployments: write
id-token: write
deploy:
name: Deploy
needs: release

Check failure on line 23 in .github/workflows/cd-nightly.yml

View workflow run for this annotation

GitHub Actions / Continuous Delivery (nightly.fluvio.io)

Invalid workflow file

The workflow is not valid. .github/workflows/cd-nightly.yml (Line: 23, Col: 12): Job 'deploy' depends on unknown job 'release'.
uses: ./.github/workflows/deploy.yml
permissions:
contents: write
deployments: write
id-token: write
secrets:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
with:
project_name: fluvio-docs-nightly