From b16c4d043e3894aa69d91d56edfc07527a3a9e96 Mon Sep 17 00:00:00 2001 From: Mounika Pacha Date: Tue, 3 Sep 2024 15:17:44 -0400 Subject: [PATCH 1/2] updated yaml file --- .github/workflows/deploy-to-maven.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-to-maven.yml b/.github/workflows/deploy-to-maven.yml index ea09c0b..9345e69 100644 --- a/.github/workflows/deploy-to-maven.yml +++ b/.github/workflows/deploy-to-maven.yml @@ -3,10 +3,10 @@ on: push: branches: - main - # tags: - # - 'v*.*.*' # Adjust the tag pattern to match your versioning scheme - # release: - # types: [created] # Trigger the workflow when a release is created + tags: + - 'v*.*.*' # Adjust the tag pattern to match your versioning scheme + release: + types: [created] # Trigger the workflow when a release is created jobs: build: From b70efa04d0e107ef930ee69db945679b451a7add Mon Sep 17 00:00:00 2001 From: Mounika Pacha Date: Tue, 10 Sep 2024 11:14:25 -0400 Subject: [PATCH 2/2] updated pom --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 00be677..069aeb2 100644 --- a/pom.xml +++ b/pom.xml @@ -101,6 +101,7 @@ true central + true