Skip to content

specify dependency

specify dependency #2

Workflow file for this run

name: Release
on: push
jobs:
release:

Check failure on line 6 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: 6, Col: 3): The workflow must contain at least one job with no dependencies.
needs: [ build ]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download
uses: actions/download-artifact@v4
with:
name: coatjava.tar.gz
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: coatjava.tar.gz