From 6904312978c1ac974eee1546282e2b3ec2b3fe55 Mon Sep 17 00:00:00 2001 From: Greg Schueler Date: Fri, 28 May 2021 15:02:27 -0700 Subject: [PATCH] Fix workflow --- .github/workflows/publish-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-github.yml b/.github/workflows/publish-github.yml index 5aeba46..a7ab12d 100644 --- a/.github/workflows/publish-github.yml +++ b/.github/workflows/publish-github.yml @@ -25,6 +25,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: + fail_on_unmatched_files: true files: | toolbelt/build/libs/toolbelt-*.jar toolbelt-groovy/build/libs/toolbelt-*.jar @@ -33,4 +34,3 @@ jobs: toolbelt-snakeyaml/build/libs/toolbelt-*.jar env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - fail_on_unmatched_files: true