This commit is contained in:
parent
69bfb2d6bc
commit
6c10a9e4e9
1 changed files with 2 additions and 1 deletions
|
@ -16,5 +16,6 @@ jobs:
|
||||||
|
|
||||||
- name: Push Git Tag
|
- name: Push Git Tag
|
||||||
run: |
|
run: |
|
||||||
|
git commit -m "empty commit" --allow-empty
|
||||||
git tag ${{ github.run_number }}
|
git tag ${{ github.run_number }}
|
||||||
git push origin ${{ github.run_number }}
|
git push origin --all
|
||||||
|
|
Loading…
Add table
Reference in a new issue