summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2020-03-20 14:27:39 +0100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-21 12:55:44 +1100
commit39bd1a4628cd7c9abe541b9e7a6822632ecd47eb (patch)
treeac39438969ad3483ade94d0e55e562c31509a17b
parent1c1445c896ed9335c0ac4878ea057a6617c8ff05 (diff)
Wording
-rw-r--r--.github/workflows/cd.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 73dc19708..296dc6518 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -9,15 +9,15 @@ jobs:
cd:
runs-on: ubuntu-latest
steps:
- - name: Checkout
+ - name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- - name: Set up Go
+ - name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
- - name: Run GoReleaser
+ - name: Run goreleaser
uses: goreleaser/goreleaser-action@v1
with:
args: release --rm-dist
@@ -26,7 +26,7 @@ jobs:
- name: Get tag
id: tag
run: echo "::set-output name=tag::${GITHUB_REF##*/}"
- - name: Bump Homebrew formula
+ - name: Bump Homebrew
uses: dawidd6/action-homebrew-bump-formula@v1
with:
token: ${{secrets.GITHUB_API_TOKEN}}