This commit is contained in:
parent
6c10a9e4e9
commit
14066e2bf6
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ jobs:
|
|||
|
||||
- name: Push Git Tag
|
||||
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 push origin --all
|
||||
|
|
Loading…
Add table
Reference in a new issue