Skip to content

Commit

Permalink
BUILD/MINOR: goreleaser: fix github action arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuraga committed Nov 30, 2022
1 parent 1744787 commit 3d78877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist --skip-anounce
args: release --rm-dist --skip-announce
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3d78877

Please sign in to comment.