From f901d622d10f92377077a16061bdafe1067b6e58 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Thu, 21 May 2026 19:14:23 +0000 Subject: [PATCH] fix: remove trailing blank line from plugin-release.yaml (yamllint) yamllint max-end: 0 requires no trailing empty lines. Co-Authored-By: Paperclip --- .github/workflows/plugin-release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/plugin-release.yaml b/.github/workflows/plugin-release.yaml index fc464c4..3a1e9ce 100644 --- a/.github/workflows/plugin-release.yaml +++ b/.github/workflows/plugin-release.yaml @@ -437,4 +437,3 @@ jobs: echo "All checksums consistent — ArtifactHub will index correctly." env: GH_TOKEN: ${{ steps.app-token.outputs.token }} -