mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
chore: read correct tag version
This commit is contained in:
@@ -25,14 +25,8 @@ jobs:
|
|||||||
- name: Install npm dependencies
|
- name: Install npm dependencies
|
||||||
run: npm ci
|
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
|
- 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
|
- name: Update version.php
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user