Fixed build
All checks were successful
Build on push / prepare (push) Successful in 5s
Build on push / build-api (push) Successful in 30s
Build on push / build-redirector (push) Successful in 31s
Build on push / build-web (push) Successful in 55s

This commit is contained in:
Sven Heidemann 2025-03-11 23:32:04 +01:00
parent e4b349d283
commit 455d8208f5
2 changed files with 5 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Get Date and Build Number
run: |
git fetch
git fetch --tags
git tag
DATE=$(date +'%Y.%m.%d')
TAG_COUNT=$(git tag -l "${DATE}.*" | wc -l)
@ -30,7 +30,8 @@ jobs:
run: |
git config user.name "ci"
git config user.email "dev@sh-edraft.de"
git tag ${{ env.BUILD_VERSION }}
echo "tag $(cat version.txt)"
git tag $(cat version.txt)
git push origin --tags
- name: Upload build version artifact

View File

@ -30,7 +30,8 @@ jobs:
run: |
git config user.name "ci"
git config user.email "dev@sh-edraft.de"
git tag ${{ env.BUILD_VERSION }}
echo "tag $(cat version.txt)"
git tag $(cat version.txt)
git push origin --tags
- name: Upload build version artifact