bugfix: add fetch-tags: true #7

Merged
jt merged 1 commits from feature/change-flow-settings-in-local-config into main 2026-07-29 14:41:07 +00:00
Showing only changes of commit adcb53156a - Show all commits
+4
View File
@@ -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: |