Use different tag format

pull/228/head
Lim Chee Aun 2023-09-10 19:19:32 +08:00
rodzic 98e82a68fd
commit fcfc61c93b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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