From 5c108142277eeffc61495e4a668755dabc71ec31 Mon Sep 17 00:00:00 2001 From: Woody_K Date: Thu, 30 May 2024 20:45:58 +0900 Subject: [PATCH] =?UTF-8?q?modify:=20build=20script=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{maven.yml => cicd.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{maven.yml => cicd.yml} (97%) diff --git a/.github/workflows/maven.yml b/.github/workflows/cicd.yml similarity index 97% rename from .github/workflows/maven.yml rename to .github/workflows/cicd.yml index 2757f1ec..bcb8688c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/cicd.yml @@ -20,7 +20,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file pom.xml + run: ${{ secrets.BUILD }} # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph