From b0df5778c753a555a21a98d660f91745e1abacfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Thu, 6 Mar 2025 20:05:04 -0300 Subject: [PATCH] Update latex-action --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 554550d..e38b5b3 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -18,7 +18,7 @@ jobs: token: ${{ secrets.RELEASE_TOKEN }} # Use RELEASE_TOKEN instead of GITHUB_TOKEN - name: Compile LaTeX document - uses: xu-cheng/latex-action@v3 + uses: leomurca/latex-action@v3 with: root_file: main.tex