File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,19 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@master
14
+ uses : actions/checkout@v2
15
15
with :
16
16
fetch-depth : 0
17
+
17
18
- name : Set up Go
18
19
uses : actions/setup-go@v2
19
20
with :
20
21
go-version : " 1.17"
21
- - name : Test
22
- run : go test -v .
23
- - name : Build
24
- run : go build -v .
22
+
25
23
- name : Run GoReleaser
26
24
uses : goreleaser/goreleaser-action@v2
27
25
with :
28
26
version : latest
29
27
args : release --rm-dist
30
28
env :
31
- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
29
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -45,4 +45,4 @@ Options:
45
45
46
46
## Document
47
47
48
- 待更新
48
+ 待更新,配套 bash 客户端开发中
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
)
18
18
19
19
// VERSION 版本号
20
- const VERSION = "0. 1.0"
20
+ const VERSION = "1.0"
21
21
22
22
// h 帮助信息
23
23
var h bool
You can’t perform that action at this time.
0 commit comments