Skip to content

Commit fb4b9da

Browse files
authored
Merge pull request #32 from spamegg1/fix-actions-release-yet-again
fix latex action version
2 parents b329c18 + d066b7c commit fb4b9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Git repository
1616
uses: actions/[email protected]
1717
- name: Compile LaTeX document
18-
uses: xu-cheng/latex-action@v4.0.0
18+
uses: xu-cheng/latex-action@v4
1919
with:
2020
working_directory: src
2121
root_file: Epp.tex

0 commit comments

Comments
 (0)