From 06dc80549d859acb3503f3b9040f832825061a0b Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Tue, 19 Apr 2022 10:54:27 -0400 Subject: [PATCH] Main release test part 9 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6188e2c..14212d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -147,3 +147,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: files: releases/${{ matrix.result }} + fail_on_unmatched_files: true