Maybe need —tags
This commit is contained in:
parent
4436c337dd
commit
60d55d45c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prodtag.yml
vendored
2
.github/workflows/prodtag.yml
vendored
|
@ -13,4 +13,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: production
|
ref: production
|
||||||
- run: git tag "`date +%Y.%m.%d`.`git rev-parse --short HEAD`" $(git rev-parse HEAD)
|
- run: git tag "`date +%Y.%m.%d`.`git rev-parse --short HEAD`" $(git rev-parse HEAD)
|
||||||
- run: git push
|
- run: git push --tags
|
||||||
|
|
Loading…
Add table
Reference in a new issue