File tree Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -3,24 +3,22 @@ name: goreleaser
33on :
44 push :
55 tags :
6- - ' v*.*.*'
6+ - ' v*.*.*'
77
88jobs :
99 goreleaser :
1010 runs-on : ubuntu-latest
1111 steps :
12- - name : Checkout
13- uses : actions/checkout@v2
14- with :
15- fetch-depth : 0
16- - name : Set up Go
17- uses : actions/setup-go@v2
18- with :
19- go-version : 1.15
20- - name : Run GoReleaser
21- uses : goreleaser/goreleaser-action@v2
22- with :
23- version : latest
24- args : release --rm-dist
25- env :
26- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
12+ - name : Checkout
13+ uses : actions/checkout@master
14+ - name : Set up Go
15+ uses : actions/setup-go@v2
16+ with :
17+ go-version : 1.15
18+ - name : GoReleaser
19+ uses : goreleaser/goreleaser-action@v2
20+ with :
21+ version : latest
22+ args : release --rm-dist
23+ env :
24+ GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ var rootCmd = &cobra.Command{
3535
3636This shows separate lists of gauges for the CPU and memory. It also has a panel
3737that displays the CPU and memory percentage graphs for the lifespan of the
38- command invocation. The standard top output is also displayed
38+ command invocation. The standard top output is also displayed.
3939
4040Keyboard Shortcuts:
4141 - q: quit
You can’t perform that action at this time.
0 commit comments