Fixed build
Some checks failed
Build on push / prepare (push) Successful in 5s
Build on push / build-redirector (push) Has been cancelled
Build on push / build-api (push) Has been cancelled
Build on push / build-web (push) Has been cancelled

This commit is contained in:
Sven Heidemann 2025-03-11 23:32:04 +01:00
parent e4b349d283
commit 3092ae9767
2 changed files with 3 additions and 1 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,6 +30,7 @@ jobs:
run: |
git config user.name "ci"
git config user.email "dev@sh-edraft.de"
echo "git tag ${{ env.BUILD_VERSION }}"
git tag ${{ env.BUILD_VERSION }}
git push origin --tags

View File

@ -30,6 +30,7 @@ jobs:
run: |
git config user.name "ci"
git config user.email "dev@sh-edraft.de"
echo "git tag ${{ env.BUILD_VERSION }}"
git tag ${{ env.BUILD_VERSION }}
git push origin --tags