We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a755ec7 commit faff4e8Copy full SHA for faff4e8
.azure-pipelines/release-stable.yml
@@ -53,5 +53,5 @@ extends:
53
for file in $files;
54
do
55
echo "Processing file: $file"
56
- # curl -i --header "Authorization: Bearer $(TOKEN)" -F pluginId=8053 -F file=@$file -F channel=stable https://plugins.jetbrains.com/plugin/uploadPlugin;
+ curl -i --header "Authorization: Bearer $(TOKEN)" -F pluginId=8053 -F file=@$file -F channel=stable https://plugins.jetbrains.com/plugin/uploadPlugin;
57
done
0 commit comments