Possibly fix this tagging thing

This commit is contained in:
Lim Chee Aun 2023-10-02 23:22:14 +08:00
parent 5793476223
commit 028b30a334

View file

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