chore: read correct tag version

This commit is contained in:
Marvin Flock
2025-08-12 00:03:51 +02:00
parent f713362c3e
commit 2d7fb27ee1
+1 -7
View File
@@ -25,14 +25,8 @@ 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
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Update version.php
run: |