enhancement/pipeline-upgrade #22

Merged
Administrator merged 9 commits from enhancement/pipeline-upgrade into staging 2025-10-03 14:49:18 +02:00
Showing only changes of commit 2841752870 - Show all commits

View File

@@ -48,6 +48,11 @@ jobs:
outputs: outputs:
tag_name: ${{ steps.set_tag.outputs.tag_name }} tag_name: ${{ steps.set_tag.outputs.tag_name }}
steps: steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # important: get full history and tags
- name: Determine next semantic version tag - name: Determine next semantic version tag
id: set_tag id: set_tag
run: | run: |