Merge pull request 'bugfix: add fetch-tags: true' (#7) from feature/change-flow-settings-in-local-config into main
Publish to PyPI / Publish-to-PyPI (push) Failing after 14s
Publish to PyPI / Publish-to-PyPI (push) Failing after 14s
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
@@ -10,6 +10,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
fetch-tags: true
|
||||
|
||||
- name: Configure git
|
||||
run: |
|
||||
@@ -30,6 +32,8 @@ jobs:
|
||||
echo "Commit count: $(git rev-list --count main)"
|
||||
echo "Tags available:"
|
||||
git tag
|
||||
echo "Remote tags available:"
|
||||
git ls-remote --tags
|
||||
|
||||
- name: Bump version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user