Skip to content

Commit

Permalink
ci(issue-#132): change script args go release
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Sep 24, 2022
1 parent 0058a11 commit fb64cd5
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 @@ -76,7 +76,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
args: release --rm-dis
args: release --rm-dist
env:
CLIENT_VERSION: ${{ steps.get_details.outputs.SOURCE_TAG }}
GO_VERSION: ${{ steps.get_details.outputs.GOVERSION }}
Expand Down

0 comments on commit fb64cd5

Please sign in to comment.