Fix BRAT support: Remove the word Release

It breaks their parsing
This commit is contained in:
Barrca 2025-01-27 12:56:07 -08:00
parent 1951ccbb14
commit 79e326d6c6

View file

@ -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