From a41639141fa45c8680d2930eddc24be8b8414bb6 Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Thu, 24 Aug 2023 22:06:11 +0800 Subject: [PATCH] feat: Add core as required dependency --- .github/workflows/call.platform_uploads.yml | 25 ++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/.github/workflows/call.platform_uploads.yml b/.github/workflows/call.platform_uploads.yml index e993c019..42250574 100644 --- a/.github/workflows/call.platform_uploads.yml +++ b/.github/workflows/call.platform_uploads.yml @@ -33,12 +33,31 @@ jobs: secrets: inherit with: plugin_name: multiverse-inventories + modrinth_project_id: qvdtDX3s - modrinth_dependencies: '[]' + modrinth_dependencies: > + [ + {"project_id": "3wmN97b8", "dependency_type": "required"} + ] + dbo_project_id: 35839 - dbo_project_relations: '[]' + dbo_project_relations: > + [ + {"slug": "multiverse-core", "type": "requiredDependency"}, + ] + hangar_slug: Multiverse-Inventories - hangar_plugin_dependencies: '{}' + hangar_plugin_dependencies: > + { "PAPER": [ + { + "name": "Multiverse-Core", + "required": true, + "namespace": { + "owner": "Multiverse", + "slug": "Multiverse-Core" + } + } + ]} target_tag: ${{ inputs.target_tag }} upload_modrinth: ${{ inputs.upload_modrinth }}