Skip to content

Commit dfc5498

Browse files
committed
test
1 parent 70a9e82 commit dfc5498

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,22 @@ name: goreleaser
33
on:
44
push:
55
tags:
6-
- 'v*.*.*'
6+
- 'v*.*.*'
77

88
jobs:
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 }}

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var rootCmd = &cobra.Command{
3535
3636
This shows separate lists of gauges for the CPU and memory. It also has a panel
3737
that 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
4040
Keyboard Shortcuts:
4141
- q: quit

0 commit comments

Comments
 (0)