mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 01:05:34 +03:00
Use different tag format
This commit is contained in:
parent
98e82a68fd
commit
fcfc61c93b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prodtag.yml
vendored
2
.github/workflows/prodtag.yml
vendored
|
@ -12,5 +12,5 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: production
|
||||
- run: git tag -a "'{date +%d/%m/%Y} ({git rev-parse --short HEAD})'" $(git rev-parse HEAD)
|
||||
- run: git tag -a "'{date +%Y.%m.%d}.{git rev-parse --short HEAD}'" $(git rev-parse HEAD)
|
||||
- run: git push
|
||||
|
|
Loading…
Reference in a new issue