Skip to content

Commit

Permalink
Remove Build 1.19(.1) GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Urkaz committed Apr 27, 2024
1 parent fa5dc68 commit f111eb9
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/buildAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,6 @@ on:
workflow_dispatch:

jobs:
build_1_19:
name: Build 1.19(.1)
runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'oracle'
java-version: 17
- name: Checkout
uses: actions/checkout@v4
with:
ref: '1.19.X'
- name: Maven Publish
run: ./gradlew publish --stacktrace
env:
urkaz_maven_pass: ${{ secrets.URKAZ_MAVEN_PASS }}
- name: Curseforge & Modrinth Publish
run: ./gradlew modPublish --stacktrace
env:
cuseforge_api_key: ${{ secrets.CURSEFORGE_API_KEY }}
modrinth_api_key: ${{ secrets.MODRINTH_API_KEY }}
build_1_19_2:
name: Build 1.19.2
runs-on: ubuntu-latest
Expand Down

0 comments on commit f111eb9

Please sign in to comment.