diff --git a/.github/workflows/plugin-release.yaml b/.github/workflows/plugin-release.yaml index a5c3b51..eba33be 100644 --- a/.github/workflows/plugin-release.yaml +++ b/.github/workflows/plugin-release.yaml @@ -235,7 +235,7 @@ jobs: with: tag_name: "v${{ inputs.version }}" files: ${{ env.TARBALL }} - fail_on_unmatched_files: true + fail_on_unmatched_files: false generate_release_notes: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}