Просмотр исходного кода

Fix `make_latest` from Boolean to String (#1838)

Franz Busch 7 месяцев назад
Родитель
Сommit
c036968472
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/scripts/draft_release_protoc_artifactbundle.sh

+ 1 - 1
.github/scripts/draft_release_protoc_artifactbundle.sh

@@ -118,7 +118,7 @@ create_response=$(curl -sH "$AUTH" -X POST "$GITHUB_API_URL/repos/$GITHUB_REPOSI
     \"body\": \"Protoc artifactbundle for version $TAG\",
     \"draft\": true,
     \"prerelease\": false,
-    \"make_latest\": false
+    \"make_latest\": \"false\"
   }")
 
 upload_url=$(echo "$create_response" | jq -r '.upload_url')