File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222
2323 env :
2424 SNAPSHOT_REPO_URL : https://aws.oss.sonatype.org/content/repositories/snapshots/
25- TARGET_REPO_PATH : org/opensearch/opensearch- language-grammar-poc2
25+ TARGET_REPO_PATH : org/opensearch/language-grammar
2626
2727 steps :
2828 - uses : actions/setup-java@v3
5757 echo "Creating initial directory structure..."
5858 curl -X PUT -u "${SONATYPE_USERNAME}:${SONATYPE_PASSWORD}" \
5959 --upload-file "${TEMP_DIR}/.placeholder" \
60- "https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/opensearch- language-grammar-poc2 /.placeholder"
60+ "https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/language-grammar/.placeholder"
6161
6262 # Clean up
6363 rm -rf "${TEMP_DIR}"
@@ -103,7 +103,7 @@ jobs:
103103 - name : Prepare for Maven publishing
104104 run : |
105105 # Define constants
106- ARTIFACT_ID="opensearch- language-grammar-poc2 "
106+ ARTIFACT_ID="language-grammar"
107107 GROUP_ID="org.opensearch"
108108 VERSION="${{ steps.set_version.outputs.VERSION }}"
109109
@@ -160,7 +160,7 @@ jobs:
160160 - name : Add commit ID to metadata
161161 run : |
162162 COMMIT_ID="${{ steps.set_commit.outputs.commit_id }}"
163- ARTIFACT_ID="opensearch- language-grammar-poc2 "
163+ ARTIFACT_ID="language-grammar"
164164 VERSION="${{ steps.set_version.outputs.VERSION }}"
165165
166166 TEMP_DIR=$(mktemp -d)
You can’t perform that action at this time.
0 commit comments