Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
winterSteve25 committed May 26, 2024
1 parent d1d0f0e commit 3c98952
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Build and Release for 1.19
name: Build and Release for 1.20

on:
push:
branches: [ 1.19-release ]
branches: [ 1.20-release ]

jobs:
build:
name: Builds and Release on Github and Saps
uses: nanite/workflows/.github/workflows/standard-release.yml@v1
with:
java-version: 17
java-version: 21
curse-publish-task: ""
secrets:
saps-token: ${{ secrets.SAPS_TOKEN }}

publish:
runs-on: ubuntu-latest
needs: build
Expand All @@ -23,14 +23,14 @@ jobs:
with:
modrinth-id: MNBGnhBw
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

curseforge-id: 845405
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

files-primary: "./build/libs/*.jar"
changelog-file: "./CHANGELOG.md"

loaders: forge
game-versions: |
1.19.4
java: 17
1.20.6
java: 21

0 comments on commit 3c98952

Please sign in to comment.