We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b2dd53 + 1b647f9 commit 6bb58c7Copy full SHA for 6bb58c7
1 file changed
.github/workflows/deploy.yaml
@@ -104,14 +104,14 @@ jobs:
104
<settings>
105
<servers>
106
<server>
107
- <id>ossrh</id>
108
- <username>${{ env.OSSRH_USERNAME }}</username>
109
- <password>${{ env.OSSRH_PASSWORD }}</password>
+ <id>central</id>
+ <username>${{ env.CENTRAL_USERNAME }}</username>
+ <password>${{ env.CENTRAL_PASSWORD }}</password>
110
</server>
111
</servers>
112
<profiles>
113
<profile>
114
115
<activation>
116
<activeByDefault>true</activeByDefault>
117
</activation>
@@ -123,7 +123,7 @@ jobs:
123
</profile>
124
</profiles>
125
<activeProfiles>
126
- <activeProfile>ossrh</activeProfile>
+ <activeProfile>central</activeProfile>
127
</activeProfiles>
128
</settings>
129
EOF
0 commit comments