Skip to content

Commit

Permalink
Merge pull request #262 from Multiverse/fix-dep
Browse files Browse the repository at this point in the history
ci: Fix dependency type for modrinth
  • Loading branch information
zax71 authored Aug 25, 2024
2 parents 83b8f38 + cbb5f7e commit 9b2c1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call.platform_uploads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
modrinth_dependencies: >
[
{"project_id": "3wmN97b8", "dependency_type": "required"},
{"project_id": "8VMk6P0I", "type": "optional"}
{"project_id": "8VMk6P0I", "dependency_type": "optional"}
]
dbo_project_id: 30783
Expand Down

0 comments on commit 9b2c1fc

Please sign in to comment.