bugfix: move git fetch to separate line #10

Merged
jt merged 1 commits from feature/change-flow-settings-in-local-config into main 2026-07-29 14:49:34 +00:00
Showing only changes of commit 64fc890cb7 - Show all commits
+2 -1
View File
@@ -12,7 +12,8 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Fetch tags - name: Fetch tags
run: git fetch --prune --unshallow --tags run: |
git fetch --prune --unshallow --tags
- name: Configure git - name: Configure git
run: | run: |