Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 723 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 723 Bytes

测试 github actions v1.0.20 test1 test2 test3 test4 test5 test6

Build Status Codecov Release

Release

  • create tag
git tag $version
git push --tags
  • delete tag
git tag -d $version
git push --delete origin $version