Skip to content

Release automation

Release automation #1

Workflow file for this run

name: Release
on:
push:
paths:
- test.release
pull_request:
paths:
- test.release
jobs:
release:

Check failure on line 12 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
name: Make a GitHub Release
runs-on: ubuntu-latest
needs:
- dist
steps:
- uses: actions/download-artifact@v4
with:
run-id: ${{ needs.dist.outputs.run_id }}
- run: 'pwd && ls -alFR'