Skip to content

Commit faff4e8

Browse files
Update release-stable.yml for Azure Pipelines
1 parent a755ec7 commit faff4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/release-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ extends:
5353
for file in $files;
5454
do
5555
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;
56+
curl -i --header "Authorization: Bearer $(TOKEN)" -F pluginId=8053 -F file=@$file -F channel=stable https://plugins.jetbrains.com/plugin/uploadPlugin;
5757
done

0 commit comments

Comments
 (0)