From d84383c2ca6002bf8d149229433a9302f202b186 Mon Sep 17 00:00:00 2001 From: Robert Delametter <850129@bah.com> Date: Mon, 15 Apr 2024 08:29:49 -0500 Subject: [PATCH] commit --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9c3d47c..b104254 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: git config --local user.email "baton-noreply@technologybrewery.org" git config --local user.name "Github Actions" echo "This is a test file." > test.txt - mvn scm:checkin -Dmessage="Committing test file" + mvn scm:checkin -Dmessage="Committing test file" -Dincludes=test.txt env: MAVEN_USERNAME: ${{ secrets.SONATYPE_CENTRAL_REPO_TOKEN_USER }}