Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Fixing GoRelease action
Browse files Browse the repository at this point in the history
  • Loading branch information
u217269 committed Jul 27, 2020
1 parent 63411a8 commit 4a1c373
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.14
working-directory: ./cli/zally
- name: Release CLI with GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: ${{ steps.docker_release_version.outputs.docker_release_version }}
args: release --rm-dist
workdir: ./cli/zally
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./cli/zally

0 comments on commit 4a1c373

Please sign in to comment.