Skip to content

Commit cd41dd1

Browse files
authored
Combine two jobs (#3680)
1 parent 2f75290 commit cd41dd1

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)