Skip to content

Commit 6bb58c7

Browse files
authored
Merge pull request #117 from FusionAuth/jj/maven-central
update settings.xml in workflow for maven central
2 parents 1b2dd53 + 1b647f9 commit 6bb58c7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ jobs:
104104
<settings>
105105
<servers>
106106
<server>
107-
<id>ossrh</id>
108-
<username>${{ env.OSSRH_USERNAME }}</username>
109-
<password>${{ env.OSSRH_PASSWORD }}</password>
107+
<id>central</id>
108+
<username>${{ env.CENTRAL_USERNAME }}</username>
109+
<password>${{ env.CENTRAL_PASSWORD }}</password>
110110
</server>
111111
</servers>
112112
<profiles>
113113
<profile>
114-
<id>ossrh</id>
114+
<id>central</id>
115115
<activation>
116116
<activeByDefault>true</activeByDefault>
117117
</activation>
@@ -123,7 +123,7 @@ jobs:
123123
</profile>
124124
</profiles>
125125
<activeProfiles>
126-
<activeProfile>ossrh</activeProfile>
126+
<activeProfile>central</activeProfile>
127127
</activeProfiles>
128128
</settings>
129129
EOF

0 commit comments

Comments
 (0)