add empty commit beside tag
Some checks failed
on push / build (push) Failing after 7s

This commit is contained in:
Oliver Lippert 2024-02-01 23:55:27 +01:00
parent 69bfb2d6bc
commit 6c10a9e4e9
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -16,5 +16,6 @@ jobs:
- name: Push Git Tag
run: |
git commit -m "empty commit" --allow-empty
git tag ${{ github.run_number }}
git push origin ${{ github.run_number }}
git push origin --all