Skip to content

Commit

Permalink
add git fetch tags to get all tags
Browse files Browse the repository at this point in the history
Signed-off-by: Toshaan Bharvani <[email protected]>
  • Loading branch information
toshywoshy committed Jun 11, 2024
1 parent bf9fe75 commit de2c7d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
- name: Install TexLive packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: texlive-full
packages: git bash texlive-full
version: latest
- name: Update all git information
run: git fetch --tags
- name: Compile LaTeX document
run: make
#uses: xu-cheng/latex-action@v3
Expand Down

0 comments on commit de2c7d6

Please sign in to comment.