Skip to content

Commit

Permalink
readd patch plugin again
Browse files Browse the repository at this point in the history
  • Loading branch information
janthoXO committed Jul 21, 2024
1 parent be22678 commit 34a9c96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
echo EOF
} >> $GITHUB_OUTPUT
- name: Patch Plugin XML
env:
PLUGIN_VERSION: ${{ github.event.release.tag_name }}
CHANGELOG: ${{ github.event.release.body }}
run: ./gradlew patchPluginXml

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

0 comments on commit 34a9c96

Please sign in to comment.