Skip to content

Commit a90b9ae

Browse files
committed
refactor: enable jetbrains plugin upload
1 parent 2b95fc3 commit a90b9ae

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/marketplace-publish.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,13 @@ jobs:
173173
with:
174174
name: ${{ env.BUNDLE_NAME }}
175175
path: jetbrains/plugin/build/distributions/${{ env.BUNDLE_NAME }}
176-
# Disabled while we figure out why our JetBrains builds are no longer being approved.
177-
#- name: JetBrains Marketplace Publisher
178-
# run: |
179-
# curl \
180-
# -X POST \
181-
# -H "Authorization: Bearer ${{ secrets.JETBRAINS_MARKETPLACE_TOKEN }}" \
182-
# -F "file=@jetbrains/plugin/build/distributions/${{ env.BUNDLE_NAME }}" \
183-
# -F "pluginId=28350" \
184-
# -F "channel=stable" \
185-
# -F "isHidden=false" \
186-
# https://plugins.jetbrains.com/plugin/uploadPlugin
176+
- name: JetBrains Marketplace Publisher
177+
run: |
178+
curl \
179+
-X POST \
180+
-H "Authorization: Bearer ${{ secrets.JETBRAINS_MARKETPLACE_TOKEN }}" \
181+
-F "file=@jetbrains/plugin/build/distributions/${{ env.BUNDLE_NAME }}" \
182+
-F "pluginId=28350" \
183+
-F "channel=stable" \
184+
-F "isHidden=false" \
185+
https://plugins.jetbrains.com/plugin/uploadPlugin

0 commit comments

Comments
 (0)