Use different tag format

This commit is contained in:
Lim Chee Aun 2023-09-10 19:19:32 +08:00
parent 98e82a68fd
commit fcfc61c93b

View file

@ -12,5 +12,5 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: production 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 - run: git push