Skip to content

Commit

Permalink
Merge pull request #533 from Multiverse/core-dep
Browse files Browse the repository at this point in the history
feat: Add core as required dependency
  • Loading branch information
dumptruckman authored Aug 24, 2023
2 parents 6abc759 + a416391 commit 4e289b2
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions .github/workflows/call.platform_uploads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4e289b2

Please sign in to comment.