Skip to content

monkeyWie/github-actions-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

测试 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