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

Commit

Permalink
Fixing wrong GoReleaser arg
Browse files Browse the repository at this point in the history
  • Loading branch information
u217269 committed Jul 27, 2020
1 parent 4a1c373 commit f435609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Release CLI with GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: ${{ steps.docker_release_version.outputs.docker_release_version }}
version: latest
args: release --rm-dist
workdir: ./cli/zally
env:
Expand Down

0 comments on commit f435609

Please sign in to comment.