Skip to content

Commit cd941eb

Browse files
committed
BUILD/MINOR: goreleaser: fix github action arguments
1 parent c7c7345 commit cd941eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.goreleaser.yml

+1-1
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)