Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Oct 21, 2024
1 parent 4acbdea commit fc62717
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- "1.20.1"
- "1.21.1"
tags-ignore:
- "**"
paths:
Expand All @@ -15,7 +15,7 @@ on:
- "**/build.yml"
pull_request:
branches:
- "1.20.1"
- "1.21.1"
paths:
- "gradle/**"
- "**.java"
Expand All @@ -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: "21"
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ on:

jobs:
redirect:
uses: AlmostReliable/.github/.github/workflows/release-java17-ff.yml@main
uses: AlmostReliable/.github/.github/workflows/release-nf.yml@main
secrets: inherit
with:
java-distribution: "microsoft"
java-version: "21"
mod_name: "KubeJS-EnderIO"
curseforge_id: "910379"
modrinth_id: "BotkzaBk"
Expand All @@ -47,5 +49,5 @@ jobs:
target_version: ${{ github.event.inputs.target_version }}
update_type: ${{ github.event.inputs.update_type }}
release_type: ${{ github.event.inputs.release_type }}
loaders: "forge"
loaders: "neoforge"
debug: ${{ github.event.inputs.debug }}

0 comments on commit fc62717

Please sign in to comment.