Skip to content

Commit 4586f9a

Browse files
committed
chore: fix for job
1 parent 9da8d79 commit 4586f9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
run: |
6767
./gradlew patchChangelog --release-note="$CHANGELOG"
6868
69+
# Publish the plugin to JetBrains Marketplace
70+
- name: Build Plugin
71+
run: ./gradlew :plugin:buildPlugin
72+
6973
# Upload artifact as a release asset
7074
- name: Upload Release Asset
7175
env:

0 commit comments

Comments
 (0)