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
Publish to PyPI / Publish-to-PyPI (push) Failing after 8s
Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user