diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 87cae96..19d5ad2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: - name: goreleaser uses: goreleaser/goreleaser-action@v2 with: - args: release --snapshot --skip-publish --rm-dist --release-notes .release-notes.md + args: release --snapshot --skip=publish --rm-dist --release-notes .release-notes.md env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} build-windows: