Skip to content

Commit 5549169

Browse files
fix: add vendor param to JetBrains new plugin upload API call
1 parent e45f204 commit 5549169

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ jobs:
371371
-F "file=@$PLUGIN_ZIP" \
372372
-F "licenseUrl=https://opensource.org/licenses/MIT" \
373373
-F "tags=Code tools" \
374+
-F "vendor=acedatacloud" \
374375
https://plugins.jetbrains.com/api/plugins/intellij/upload)
375376
HTTP_CODE=$(echo "$RESPONSE" | tail -1)
376377
BODY=$(echo "$RESPONSE" | head -n -1)

0 commit comments

Comments
 (0)