added farther checking for existing tags

This commit is contained in:
2025-10-04 01:43:57 +02:00
parent 596baba5ef
commit 471767c4ed

View File

@@ -50,6 +50,8 @@ jobs:
tag_name: ${{ steps.set_tag.outputs.tag_name }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Determine next semantic version tag
id: set_tag