From de4b81e7ffa3a5c005f0ff80661d8e91f3c9f638 Mon Sep 17 00:00:00 2001 From: spamegg Date: Mon, 25 Nov 2024 22:28:25 +0300 Subject: [PATCH] update actions - testing without creating a tag --- .github/workflows/workflow.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3d7ca17..5e414b7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -9,23 +9,18 @@ jobs: 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: Create tag + # id: create_tag + # run: | + # tag_name="v1.0.${{ github.run_number }}" + # git tag $tag_name + # git push origin $tag_name - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 with: working_directory: src root_file: all.tex latexmk_shell_escape: true - # - name: Upload PDF file - # uses: actions/upload-artifact@v4 - # with: - # name: Epp - # path: src/all.pdf - name: Release uses: softprops/action-gh-release@v2.1.0 # if: startsWith(github.ref, 'refs/tags/')