فهرست منبع

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

Franz Busch 7 ماه پیش
والد
کامیت
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')