FIx file
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 1m40s

This commit is contained in:
Leonardo Murça 2025-03-07 00:05:59 -03:00
parent 9766d2e9ab
commit 269092abe1

View file

@ -38,7 +38,6 @@ jobs:
- name: Get commit messages for the release
id: get_commit_messages
run: |
# Get the commit messages for the tag
COMMITS=$(git log ${GITHUB_REF} --pretty=format:'- %s' | head -n 20)
echo "commits=$COMMITS" >> $GITHUB_ENV