From 39bd1a4628cd7c9abe541b9e7a6822632ecd47eb Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Fri, 20 Mar 2020 14:27:39 +0100 Subject: Wording --- .github/workflows/cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows') 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}} -- cgit v1.2.3