1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-05-13 22:17:05 +02:00
This commit is contained in:
Dawid Dziurla 2020-03-20 14:27:39 +01:00 committed by Jesse Duffield
parent 1c1445c896
commit 39bd1a4628

View File

@ -9,7 +9,7 @@ jobs:
cd:
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
@ -17,7 +17,7 @@ jobs:
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}}