diff --git a/.github/workflows/ci_1.20.1.yml b/.github/workflows/ci_1.20.1.yml index 92a65d91..a3df590e 100644 --- a/.github/workflows/ci_1.20.1.yml +++ b/.github/workflows/ci_1.20.1.yml @@ -33,7 +33,7 @@ jobs: env: SNAPSHOTS_MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} SNAPSHOTS_MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} - - name: '[Current - 1.20.1] Build 🛎️' + - name: '[LTS - 1.20.1] Build 🛎️' run: | ./gradlew clean build publish - name: 'Publish Test Report 📊'