diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 86a4118..bec3a74 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,4 +71,4 @@ jobs: - name: Validate GoReleaser uses: goreleaser/goreleaser-action@v2 with: - args: release --snapshot --skip-publish --rm-dist --debug + args: release --snapshot --skip=publish --rm-dist --debug