Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
- testing without creating a tag
  • Loading branch information
spamegg1 committed Nov 25, 2024
1 parent dea8514 commit de4b81e
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit de4b81e

Please sign in to comment.