fix: 升级版本

This commit is contained in:
spiritlhl
2025-07-14 22:46:39 +08:00
committed by GitHub
parent fabb0b2ae3
commit e5603067ca

View File

@@ -27,7 +27,7 @@ jobs:
run: | run: |
git config --global user.name 'github-actions' git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com' git config --global user.email 'github-actions@github.com'
TAG="v0.0.14-$(date +'%Y%m%d%H%M%S')" TAG="v0.0.15-$(date +'%Y%m%d%H%M%S')"
git tag $TAG git tag $TAG
git push origin $TAG git push origin $TAG
echo "TAG=$TAG" >> $GITHUB_ENV echo "TAG=$TAG" >> $GITHUB_ENV