Compare commits

..
2 Commits
Author SHA1 Message Date
jt 7fbf499278 Merge pull request 'bugfix: move git fetch to separate line' (#10) from feature/change-flow-settings-in-local-config into main
Publish to PyPI / Publish-to-PyPI (push) Failing after 8s
Reviewed-on: #10
2026-07-29 14:49:33 +00:00
Jonathan Teran Carballo 64fc890cb7 bugfix: move git fetch to separate line 2026-07-29 11:49:25 -03:00
+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: |