From b74373a5cf6780fd8a67ea817f9248f0b0461b93 Mon Sep 17 00:00:00 2001 From: spamegg Date: Mon, 25 Nov 2024 21:50:56 +0300 Subject: [PATCH] fix Github action order --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 51aa148..5960db4 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -7,14 +7,14 @@ jobs: build_latex: runs-on: ubuntu-latest steps: + - name: Set up Git repository + uses: actions/checkout@v4 - name: Create tag id: create_tag run: | tag_name="v1.0.${{ github.run_number }}" git tag $tag_name git push origin $tag_name - - name: Set up Git repository - uses: actions/checkout@v4 - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 with: