From 15323fe5a4cd5107eec5339b9f122e5f91f78e6e Mon Sep 17 00:00:00 2001 From: Umut Ay Bora Date: Tue, 3 Feb 2026 17:19:31 +0100 Subject: [PATCH 1/3] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00009c7..9b7b224 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.umutayb wasapi - 0.0.2 + 0.0.3 jar Wasapi From 540e024c4f885c6dee5cff46eac86b2c0ea3ff96 Mon Sep 17 00:00:00 2001 From: Umut Ay Bora Date: Tue, 3 Feb 2026 17:28:54 +0100 Subject: [PATCH 2/3] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9b7b224..9736fa9 100644 --- a/pom.xml +++ b/pom.xml @@ -278,7 +278,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 1.6 sign-artifacts @@ -291,7 +291,7 @@ --pinentry-mode loopback - false + false From f03e1625ea6fca260878b656ec5d4e277f035821 Mon Sep 17 00:00:00 2001 From: Umut Ay Bora Date: Tue, 3 Feb 2026 17:30:43 +0100 Subject: [PATCH 3/3] Update maven-publish.yml --- .github/workflows/maven-publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index d370605..4280c21 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -28,12 +28,6 @@ jobs: - name: Start Unit Test DB run: | docker compose up --build -d - - name: Build, Test & Publish - uses: ncipollo/release-action@v1 - with: - allowUpdates: true - artifacts: "${{ github.workspace }}/out/artifacts/wasapi_jar/*.jar" - token: ${{ secrets.GITHUB_TOKEN }} - name: Publish to the Maven Central Repository run: | mvn \