Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Jul 9, 2024
1 parent 08f297d commit 051545b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ concurrency:

jobs:
redirect:
uses: AlmostReliable/.github/.github/workflows/build-java17.yml@main
uses: AlmostReliable/.github/.github/workflows/build.yml@main
with:
java-distribution: "microsoft"
java-version: "17"
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
dependencies: | # can be removed if there are no dependencies
jei(optional){curseforge:238222}{modrinth:u6dRKJwZ}
rei(optional){curseforge:310111}{modrinth:nfn13YXA}
kubejs(optional){curseforge:238086}{modrinth:umyGl7zF}
target_version: ${{ github.event.inputs.target_version }}
update_type: ${{ github.event.inputs.update_type }}
release_type: ${{ github.event.inputs.release_type }}
Expand Down

0 comments on commit 051545b

Please sign in to comment.