File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 - name : Set up Git repository
1111 uses : actions/checkout@v4
12- - name : Create tag
13- id : create_tag
14- run : |
15- tag_name="v1.0.${{ github.run_number }}"
16- git tag $tag_name
17- git push origin $tag_name
12+ # - name: Create tag
13+ # id: create_tag
14+ # run: |
15+ # tag_name="v1.0.${{ github.run_number }}"
16+ # git tag $tag_name
17+ # git push origin $tag_name
1818 - name : Compile LaTeX document
1919 uses : xu-cheng/latex-action@v3
2020 with :
2121 working_directory : src
2222 root_file : all.tex
2323 latexmk_shell_escape : true
24- # - name: Upload PDF file
25- # uses: actions/upload-artifact@v4
26- # with:
27- # name: Epp
28- # path: src/all.pdf
2924 - name : Release
30253126 # if: startsWith(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments