mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-28 02:25:46 -05:00
fix dependency logic in release workflow
This commit is contained in:
parent
720b068bdc
commit
ddc29a2f01
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -49,7 +49,9 @@ jobs:
|
|||
mod_name: "AlmostUnified" # name used for the output JAR files (use a dash instead of spaces)
|
||||
curseforge_id: "633823" # ID of the project on CurseForge
|
||||
modrinth_id: "sdaSaQEz" # ID of the project on Modrinth
|
||||
dependencies: "['jei(optional){curseforge:238222}{modrinth:u6dRKJwZ}', 'rei(optional){curseforge:310111}{modrinth:nfn13YXA}']" # can be removed if there are no dependencies
|
||||
dependencies: | # can be removed if there are no dependencies
|
||||
jei(optional){curseforge:238222}{modrinth:u6dRKJwZ}
|
||||
rei(optional){curseforge:310111}{modrinth:nfn13YXA}
|
||||
target_version: ${{ github.event.inputs.target_version }}
|
||||
update_type: ${{ github.event.inputs.update_type }}
|
||||
release_type: ${{ github.event.inputs.release_type }}
|
||||
|
|
Loading…
Reference in a new issue