https://github.com/monkeywie/github-actions-demo
Test github actions for golang.
https://github.com/monkeywie/github-actions-demo
Last synced: 11 months ago
JSON representation
Test github actions for golang.
- Host: GitHub
- URL: https://github.com/monkeywie/github-actions-demo
- Owner: monkeyWie
- Created: 2019-10-12T03:34:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T15:06:41.000Z (over 2 years ago)
- Last Synced: 2025-07-19T16:40:45.618Z (11 months ago)
- Language: Go
- Size: 74.2 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
测试 github actions v1.0.20
test1
test2
test3
test4
test5
test6
[](https://github.com/monkeyWie/github-actions-demo/actions?query=workflow%3Abuild)
[](https://codecov.io/gh/monkeyWie/github-actions-demo)
[](https://github.com/monkeyWie/github-actions-demo/releases)
## Release
- create tag
```shell script
git tag $version
git push --tags
```
- delete tag
```shell script
git tag -d $version
git push --delete origin $version
```