v0.0.2 - 进一步解耦

This commit is contained in:
spiritlhl
2024-06-25 02:37:30 +00:00
parent 939e9d8757
commit 42023a68b2
5 changed files with 376 additions and 357 deletions
+1 -1
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.1-$(date +'%Y%m%d%H%M%S')"
TAG="v0.0.2-$(date +'%Y%m%d%H%M%S')"
git tag $TAG
git push origin $TAG
env: