From b048216744336b133052addc89de063419aadaac Mon Sep 17 00:00:00 2001 From: Andy Kwok Date: Tue, 17 Dec 2024 17:01:36 -0800 Subject: [PATCH] Update release note Signed-off-by: Andy Kwok --- .github/workflows/maven-publish.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 90792ada..9bda52eb 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -39,5 +39,5 @@ jobs: export SONATYPE_PASSWORD=$(aws secretsmanager get-secret-value --secret-id maven-snapshots-password --query SecretString --output text) echo "::add-mask::$SONATYPE_USERNAME" echo "::add-mask::$SONATYPE_PASSWORD" - ./gradlew publishNebulaPublicationToSnapshotsRepository + ./gradlew :geospatial-client:publishNebulaPublicationToSnapshotsRepository diff --git a/CHANGELOG.md b/CHANGELOG.md index f9674cdf..3476ec05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ See the [CONTRIBUTING guide](./CONTRIBUTING.md#Changelog) for instructions on ho ### Bug Fixes ### Infrastructure - Github ci-runner Node.js issue fix ([#701](https://github.com/opensearch-project/geospatial/pull/701)) +- Github CI pipeline update to publish geospatial-client Jar ([#706](https://github.com/opensearch-project/geospatial/pull/706)) ### Documentation ### Maintenance ### Refactoring