mirror of
https://github.com/oneclickvirt/gostun.git
synced 2026-04-23 00:17:28 +08:00
v0.0.2 - 进一步解耦
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user