diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7621937..eedb9aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,24 +3,22 @@ name: goreleaser on: push: tags: - - 'v*.*.*' + - 'v*.*.*' jobs: goreleaser: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.15 - - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 - with: - version: latest - args: release --rm-dist - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + - name: Checkout + uses: actions/checkout@master + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: 1.15 + - name: GoReleaser + uses: goreleaser/goreleaser-action@v2 + with: + version: latest + args: release --rm-dist + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} diff --git a/cmd/root.go b/cmd/root.go index 436d3cc..c145e21 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -35,7 +35,7 @@ var rootCmd = &cobra.Command{ This shows separate lists of gauges for the CPU and memory. It also has a panel that displays the CPU and memory percentage graphs for the lifespan of the -command invocation. The standard top output is also displayed +command invocation. The standard top output is also displayed. Keyboard Shortcuts: - q: quit