File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,15 @@ jobs:
198
198
- name : Build plugin
199
199
run : ./gradlew buildPlugin
200
200
201
+ # Publish the plugin to JetBrains Marketplace
202
+ - name : Publish Plugin
203
+ env :
204
+ PUBLISH_TOKEN : ${{ secrets.JETBRAINS_PUBLISH_TOKEN }}
205
+ CERTIFICATE_CHAIN : ${{ secrets.JETBRAINS_CERTIFICATE_CHAIN }}
206
+ PRIVATE_KEY : ${{ secrets.JETBRAINS_PRIVATE_KEY }}
207
+ PRIVATE_KEY_PASSWORD : ${{ secrets.JETBRAINS_PRIVATE_KEY_PASSWORD }}
208
+ run : ./gradlew publishPlugin
209
+
201
210
# Prepare plugin archive content for creating artifact
202
211
- name : Prepare Plugin Artifact
203
212
id : artifact
@@ -251,6 +260,7 @@ jobs:
251
260
path : ./binary/bin/linux-x64/
252
261
253
262
test-binaries :
263
+ if : false
254
264
needs : build
255
265
strategy :
256
266
matrix :
@@ -467,6 +477,7 @@ jobs:
467
477
path : ${{ github.workspace }}/build/reports/pluginVerifier
468
478
469
479
upload-release :
480
+ if : false
470
481
name : Upload Release
471
482
needs :
472
483
- build
You can’t perform that action at this time.
0 commit comments