diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index f433e9a..2729645 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -33,7 +33,7 @@ jobs: # Step 3: Compile the LaTeX - name: Compile LaTeX document run: | - latexmk -pdf -output-directory=dist main.tex + pdflatex -output-directory=dist "main.tex" && rm -f main.aux main.log main.out # Step 4: Get commit messages for the release (from the tag) - name: Get commit messages for the release id: get_commit_messages