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.
2 parents a755ec7 + faff4e8 commit 637aeddCopy full SHA for 637aedd
.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