Skip to content

Commit 3d78877

Browse files
committed
BUILD/MINOR: goreleaser: fix github action arguments
1 parent 1744787 commit 3d78877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
distribution: goreleaser
2020
version: latest
21-
args: release --rm-dist --skip-anounce
21+
args: release --rm-dist --skip-announce
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)