Skip to content

Commit 1cbda1a

Browse files
authored
chore: fix generated release m2 settings content - attempt3 (#347)
1 parent 9aa6090 commit 1cbda1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ create_settings_xml_file() {
4141
<servers>
4242
<server>
4343
<id>sonatype-central-portal</id>
44-
<username>$(cat "${KOKORO_KEYSTORE_DIR}/75699_functions-framework-release-sonatype-central-portal-username")</username>
45-
<password>$(cat "${KOKORO_KEYSTORE_DIR}/75699_functions-framework-release-sonatype-central-portal-password")</password>
44+
<username>$(cat "${KOKORO_KEYSTORE_DIR}/75669_functions-framework-release-sonatype-central-portal-username")</username>
45+
<password>$(cat "${KOKORO_KEYSTORE_DIR}/75669_functions-framework-release-sonatype-central-portal-password")</password>
4646
</server>
4747
</servers>
4848
</settings>" > $1

0 commit comments

Comments
 (0)