mirror of
https://github.com/fbarrca/obsidian-inlineAI.git
synced 2026-07-22 11:50:24 +00:00
Fix BRAT support: Remove the word Release
It breaks their parsing
This commit is contained in:
parent
1951ccbb14
commit
79e326d6c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue