File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments