v0.0.3 - 增加日志记录

This commit is contained in:
spiritlhl
2024-06-25 07:11:32 +00:00
parent 2d98af47bc
commit f9fbd60c7c
3 changed files with 26 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
run: |
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
TAG="v0.0.2-$(date +'%Y%m%d%H%M%S')"
TAG="v0.0.3-$(date +'%Y%m%d%H%M%S')"
git tag $TAG
git push origin $TAG
env: