Skip to content

Commit 2445691

Browse files
committed
build: fix goreleaser publish
1 parent d0c4f55 commit 2445691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
if: startsWith(github.ref, 'refs/tags/')
6060
with:
6161
version: latest
62-
args: release --skip-validate
62+
args: release --skip=validate
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)