We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91eac1d commit f09c5c5Copy full SHA for f09c5c5
.github/workflows/maven-publish.yml
@@ -299,7 +299,7 @@ jobs:
299
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
300
<modelVersion>4.0.0</modelVersion>
301
<groupId>org.opensearch</groupId>
302
- <artifactId>${ARTIFACT_ID}</artifactId>
+ <artifactId>${DIR_NAME}</artifactId>
303
<version>${VERSION}</version>
304
</project>
305
EOF
0 commit comments