From b7cfc659f9c4d3c2ebbfda8c22a148d5d655af51 Mon Sep 17 00:00:00 2001 From: OmOmofonmwan Date: Wed, 17 Sep 2025 16:39:08 -0500 Subject: [PATCH 1/2] Updated the post-build to v3.3.0 --- .github/workflows/post_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post_build.yaml b/.github/workflows/post_build.yaml index 1352be1..874169d 100644 --- a/.github/workflows/post_build.yaml +++ b/.github/workflows/post_build.yaml @@ -27,7 +27,7 @@ jobs: - name: IKMDEV Post Build Action id: ikmdev_post_build - uses: ikmdev/maven-post-build-action@v3.2.0 + uses: ikmdev/maven-post-build-action@v3.3.0 with: nexus_repo_url: ${{secrets.NEXUS_URL}} nexus_repo_username: ${{secrets.NEXUS_USER}} From 91659c464e7f842b794bed866a72c119c8011822 Mon Sep 17 00:00:00 2001 From: OmOmofonmwan Date: Wed, 17 Sep 2025 16:39:12 -0500 Subject: [PATCH 2/2] Added the url & username field --- .github/workflows/post_build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/post_build.yaml b/.github/workflows/post_build.yaml index 874169d..5f6207a 100644 --- a/.github/workflows/post_build.yaml +++ b/.github/workflows/post_build.yaml @@ -29,6 +29,8 @@ jobs: id: ikmdev_post_build uses: ikmdev/maven-post-build-action@v3.3.0 with: + nexus_repo_url: ${{secrets.NEXUS_URL}} + nexus_repo_username: ${{secrets.NEXUS_USER}} nexus_repo_url: ${{secrets.NEXUS_URL}} nexus_repo_username: ${{secrets.NEXUS_USER}} nexus_repo_password: ${{secrets.NEXUS_PASSWORD}}