chore: debug tag versions

This commit is contained in:
Marvin Flock
2025-08-11 23:51:45 +02:00
parent 79adb9efd2
commit f713362c3e
+6
View File
@@ -25,6 +25,12 @@ jobs:
- name: Install npm dependencies
run: npm ci
- name: list tags & refs
run: |
echo "GITHUB_REF=$GITHUB_REF"
git tag --list
git show-ref --tags || true
- name: Get version from git tag
run: echo "VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV