Skip to content

Commit

Permalink
ci: Fix dependency type for modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Aug 25, 2023
1 parent f154e14 commit cbb5f7e
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 cbb5f7e

Please sign in to comment.