diff --git a/.github/workflows/goreleaser-check.yaml b/.github/workflows/goreleaser-check.yaml index 951c514cf..01c08caab 100644 --- a/.github/workflows/goreleaser-check.yaml +++ b/.github/workflows/goreleaser-check.yaml @@ -10,10 +10,10 @@ jobs: - name: Checkout goreleaser.yaml uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: - sparse-checkout: goreleaser.yaml + sparse-checkout: .github/goreleaser.yaml sparse-checkout-cone-mode: false - name: Check goreleaser config is compatible with latest version uses: goreleaser/goreleaser-action@v4.3.0 with: version: latest - args: check + args: check --config .github/goreleaser.yaml