Compare commits

..

2 commits

Author SHA1 Message Date
e1271ab549
Merge remote-tracking branch 'origin/main'
All checks were successful
on push / build (push) Successful in 9s
on tags / build (push) Successful in 9s
2024-02-02 00:17:54 +01:00
ec5622ffdb
just push tag 2024-02-02 00:17:50 +01:00

View file

@ -16,9 +16,5 @@ 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 tag ${{ github.run_number }} git tag ${{ github.run_number }}
git push origin --all git push origin ${{ github.run_number }}