Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 34a9c96

Browse files
committed
readd patch plugin again
1 parent be22678 commit 34a9c96

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
echo EOF
5151
} >> $GITHUB_OUTPUT
5252
53+
- name: Patch Plugin XML
54+
env:
55+
PLUGIN_VERSION: ${{ github.event.release.tag_name }}
56+
CHANGELOG: ${{ github.event.release.body }}
57+
run: ./gradlew patchPluginXml
58+
5359
# Publish the plugin to JetBrains Marketplace
5460
- name: Publish Plugin
5561
env:

0 commit comments

Comments
 (0)