From c32413a29881efea94485bb662e5e832261ba2a9 Mon Sep 17 00:00:00 2001 From: Josh Steele Date: Tue, 27 Aug 2024 10:58:13 -0400 Subject: [PATCH] Trying to get signed build to work --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index cd4d901..4be5351 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,7 +27,7 @@ jobs: java-version: '17' distribution: 'temurin' cache: maven - - name: Build and verify with Maven + - name: Build and verify with Maven only run: mvn -B verify --file pom.xml # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive