Skip to content

Commit f09c5c5

Browse files
committed
fixed naming
Signed-off-by: Kai Huang <ahkcs@amazon.com>
1 parent 91eac1d commit f09c5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
300300
<modelVersion>4.0.0</modelVersion>
301301
<groupId>org.opensearch</groupId>
302-
<artifactId>${ARTIFACT_ID}</artifactId>
302+
<artifactId>${DIR_NAME}</artifactId>
303303
<version>${VERSION}</version>
304304
</project>
305305
EOF

0 commit comments

Comments
 (0)