Skip to content

Commit

Permalink
readd patch plugin xml
Browse files Browse the repository at this point in the history
  • Loading branch information
janthoXO committed Jul 21, 2024
1 parent 0cf5062 commit a1b659e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ jobs:
echo "${HTML}"
echo EOF
} >> $GITHUB_OUTPUT
echo "start own summary" >> $GITHUB_STEP_SUMMARY
echo "${HTML}" >> $GITHUB_STEP_SUMMARY
# echo "html_output=$HTML" >> $GITHUB_OUTPUT
- name: Patch Plugin XML
env:
PLUGIN_VERSION: ${{ github.event.release.tag_name }}
CHANGELOG: ${{ github.step.convert-markdown.outputs.html_output }}
run: ./gradlew patchPluginXml

# Publish the plugin to JetBrains Marketplace
- name: Publish Plugin
Expand Down

0 comments on commit a1b659e

Please sign in to comment.