From f33c66867ca2cd043e296882034c6f5ef846ba47 Mon Sep 17 00:00:00 2001 From: Patrick D'appollonio <930925+patrickdappollonio@users.noreply.github.com> Date: Tue, 4 Feb 2025 18:40:12 -0500 Subject: [PATCH] Update pr-flow.yml --- .github/workflows/pr-flow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-flow.yml b/.github/workflows/pr-flow.yml index 1135f05..87c5d8a 100644 --- a/.github/workflows/pr-flow.yml +++ b/.github/workflows/pr-flow.yml @@ -22,7 +22,7 @@ jobs: with: distribution: goreleaser version: latest - args: release --snapshot --skip-publish --clean + args: release --snapshot --skip=publish --clean - name: Create temporary download for this PR for 1d uses: actions/upload-artifact@v4 with: