From ed015db7340dfde7a76f77945f8db785eee9223c Mon Sep 17 00:00:00 2001 From: cccs-br Date: Thu, 28 Dec 2023 15:27:31 -0500 Subject: [PATCH] This is it. --- .github/workflows/maven.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c37860f..229da17 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,7 +35,12 @@ jobs: settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Maven + run: mvn -B package --file pom.xml + - name: Publish to GitHub Packages run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml + env: + GITHUB_TOKEN: ${{ github.token }} + # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive # - name: Update dependency graph