From 435e60981b018964b64401e616ab519f592a0bc2 Mon Sep 17 00:00:00 2001 From: TwilightFlower Date: Mon, 10 Jun 2024 11:59:37 -0400 Subject: [PATCH] try fixing CI --- .github/workflows/release-tags.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index 68d6265..408fc71 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -15,7 +15,7 @@ jobs: VERSION: ${{ github.ref_name }} RELEASE_VERSION: ${{ github.ref_name }} SNAPSHOT: ${{ contains(github.ref_name, 'snapshot') || contains(github.event.head_commit.message, '[snapshot]') }} - MAVEN_PUBLISHING_URL: ${{ vars.MAVEN_PUBLISHING_URL || 'https://nexus.gtnewhorizons.com/repository/releases/' }} + MAVEN_PUBLISHING_URL: ${{ vars.MAVEN_PUBLISHING_URL || 'https://maven.gtceu.com/' }} steps: - name: Checkout mod repo uses: actions/checkout@v4 @@ -28,9 +28,7 @@ jobs: - name: Set up JDK 8 and 17 uses: actions/setup-java@v4 with: - java-version: | - 8 - 17 + java-version: 17 distribution: 'zulu' cache: gradle