bugfix: move git fetch to separate line

This commit is contained in:
Jonathan Teran Carballo
2026-07-29 11:49:25 -03:00
parent dc79ffa399
commit 64fc890cb7
+2 -1
View File
@@ -12,7 +12,8 @@ jobs:
uses: actions/checkout@v4
- name: Fetch tags
run: git fetch --prune --unshallow --tags
run: |
git fetch --prune --unshallow --tags
- name: Configure git
run: |