From 65a33a7923e80ae1a667539cb278b43d7d4d763e Mon Sep 17 00:00:00 2001 From: neitomic Date: Sun, 11 Jun 2023 11:58:46 +0700 Subject: [PATCH] fix: release --- .github/workflows/release-artifacts.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-artifacts.yaml b/.github/workflows/release-artifacts.yaml index a12068c..d0df661 100644 --- a/.github/workflows/release-artifacts.yaml +++ b/.github/workflows/release-artifacts.yaml @@ -15,9 +15,9 @@ jobs: with: java-version: '11' distribution: 'temurin' - - run: mvn package + - run: mvn --batch-mode package - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: simba-athena-driver-sso-support-1.0-jar-with-dependencies.jar + files: target/simba-athena-driver-sso-support-1.0-jar-with-dependencies.jar