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.
1 parent 9aa6090 commit 1cbda1aCopy full SHA for 1cbda1a
.kokoro/release.sh
@@ -41,8 +41,8 @@ create_settings_xml_file() {
41
<servers>
42
<server>
43
<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>
+ <username>$(cat "${KOKORO_KEYSTORE_DIR}/75669_functions-framework-release-sonatype-central-portal-username")</username>
+ <password>$(cat "${KOKORO_KEYSTORE_DIR}/75669_functions-framework-release-sonatype-central-portal-password")</password>
46
</server>
47
</servers>
48
</settings>" > $1
0 commit comments