Skip to content

Commit

Permalink
v0.0.2 - 进一步解耦
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Jun 25, 2024
1 parent 939e9d8 commit 42023a6
Show file tree
Hide file tree
Showing 5 changed files with 376 additions and 357 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
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:
Expand Down
Loading

0 comments on commit 42023a6

Please sign in to comment.