Skip to content

Commit 96784f1

Browse files
authored
fix: publishing server id (#2330)
1 parent aeb05ba commit 96784f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/publish-maven.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cat <<EOF >~/.m2/settings.xml
3737
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
3838
<servers>
3939
<server>
40-
<id>maven-central-publishing</id>
40+
<id>central</id>
4141
<username>${SONATYPE_USERNAME}</username>
4242
<password>${SONATYPE_PASSWORD}</password>
4343
</server>

0 commit comments

Comments
 (0)