From 79e326d6c6b556dce2ff9721f0e3ec18bae080e5 Mon Sep 17 00:00:00 2001 From: Barrca <60709314+FBarrca@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:56:07 -0800 Subject: [PATCH] Fix BRAT support: Remove the word Release It breaks their parsing --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b0f777..ab82e6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: uses: ncipollo/release-action@v1 with: tag: ${{ steps.get_tag.outputs.tag_name }} - name: Release ${{ steps.get_tag.outputs.tag_name }} + name: ${{ steps.get_tag.outputs.tag_name }} artifacts: | ${{ env.PLUGIN_NAME }}.zip main.js