just push tag
This commit is contained in:
parent
c9fbc85ce7
commit
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