Skip to content

Release

Release #1

Workflow file for this run

---
name: Release
on:
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install LaTeX
run: |
sudo apt-get -qq update
sudo apt-get -qq install texlive-latex-base texlive-latex-recommended texlive-fonts-extra
- name: Compile (1)
run: pdflatex manual
- name: Compile (2)
run: pdflatex manual
- name: Release
uses: softprops/acton-gh-release@v1
with:
files: uppaal.sty manual.pdf
draft: true
prerelease: false
target_commitish: ${{ github.ref_name }

Check failure on line 25 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: 25, Col: 29): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
fail_on_unmatched_files: true
generate_release_notes: true