From 7591a087bd5ece37f7b24381cab686e3c2118dc9 Mon Sep 17 00:00:00 2001 From: Saem Ghani Date: Sun, 31 Jul 2022 11:41:25 -0700 Subject: [PATCH] ci: typo key for fail on unmatched files --- .github/workflows/publisher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publisher.yml b/.github/workflows/publisher.yml index 136f993742a..d86f0aadba1 100644 --- a/.github/workflows/publisher.yml +++ b/.github/workflows/publisher.yml @@ -86,7 +86,7 @@ jobs: prerelease: true files: ${{ steps.release-files.outputs.result }} tag_name: ${{ steps.release-files.outputs.version }} - fail-on-unmatched-files: true + fail_on_unmatched_files: true target_commitish: ${{ github.event.after }} body: | Continuous delivery for commit ${{ github.event.after }}