add dummy git info
Some checks failed
on push / build (push) Has been cancelled

This commit is contained in:
Oliver Lippert 2024-02-01 23:56:32 +01:00
parent 6c10a9e4e9
commit 14066e2bf6
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -16,6 +16,9 @@ jobs:
- name: Push Git Tag - name: Push Git Tag
run: | run: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git commit -m "empty commit" --allow-empty git commit -m "empty commit" --allow-empty
git tag ${{ github.run_number }} git tag ${{ github.run_number }}
git push origin --all git push origin --all