Skip to content

Commit

Permalink
try fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TwilightFlower committed Jun 10, 2024
1 parent 623e983 commit 435e609
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 435e609

Please sign in to comment.