Skip to content

Commit de4b81e

Browse files
committed
update actions
- testing without creating a tag
1 parent dea8514 commit de4b81e

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,18 @@ jobs:
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
3025
uses: softprops/[email protected]
3126
# if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)