Skip to content

Commit b74373a

Browse files
committed
fix Github action order
1 parent 069f258 commit b74373a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
build_latex:
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Set up Git repository
11+
uses: actions/checkout@v4
1012
- name: Create tag
1113
id: create_tag
1214
run: |
1315
tag_name="v1.0.${{ github.run_number }}"
1416
git tag $tag_name
1517
git push origin $tag_name
16-
- name: Set up Git repository
17-
uses: actions/checkout@v4
1818
- name: Compile LaTeX document
1919
uses: xu-cheng/latex-action@v3
2020
with:

0 commit comments

Comments
 (0)