Compare commits
2 commits
5fdb9ffb85
...
e1271ab549
Author | SHA1 | Date | |
---|---|---|---|
e1271ab549 | |||
ec5622ffdb |
1 changed files with 1 additions and 5 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue