From 963304989a4f1e84789a2e00b86a428858e4e851 Mon Sep 17 00:00:00 2001 From: Andy Rozman Date: Sun, 10 Mar 2024 17:45:54 +0100 Subject: [PATCH] Update maven-publish.yml try to see if we can work with maven packages --- .github/workflows/maven-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index e2ea54b..2b36a39 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -22,7 +22,7 @@ jobs: with: java-version: '8.0.402+6' distribution: 'temurin' - server-id: github # Value of the distributionManagement/repository/id field of the pom.xml + server-id: jitpack.io # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Maven