Skip to content

init CI

init CI #1

Workflow file for this run

name: "Release"
on:
workflow_run:
workflows: ["Haskell CI"]
types:
- completed
workflow_dispatch:
jobs:
release:
name: "Release"
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: ${{ github.event_name == 'pull_request' }}
title: "Development Build"
files: *.pdf

Check failure on line 21 in .github/workflows/cd.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cd.yml

Invalid workflow file

You have an error in your yaml syntax on line 21