Possibly fix this tagging thing

pull/248/head
Lim Chee Aun 2023-10-02 23:22:14 +08:00
rodzic 5793476223
commit 028b30a334
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 +%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