staging #43

Merged
triggermeelmo merged 75 commits from staging into development 2025-11-06 21:23:27 +01: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: |