Skip to content

cd·brew

cd·brew #1

Workflow file for this run

name: cd·brew
on:
release:
types:
- published
concurrency:
group: cd/docker/${{ github.event.release.tag_name }}
cancel-in-progress: true
jobs:
bump-tap:

Check failure on line 13 in .github/workflows/cd.brew.yml

View workflow run for this annotation

GitHub Actions / cd·brew

Invalid workflow file

The workflow is not valid. .github/workflows/cd.brew.yml (Line: 13, Col: 3): The workflow must contain at least one job with no dependencies.
needs: release
runs-on: ubuntu-latest
steps:
- uses: aurelien-baudet/workflow-dispatch@v2
with:
workflow: bump.yml
repo: teaxyz/homebrew-pkgs
ref: main
token: ${{secrets.TEMP_JACOBS_GITHUB_PAT}}