Skip to content

Commit de79e14

Browse files
authored
revert: "build: run in debug mode (#319)" (#320)
This reverts commit a7e95df.
1 parent a7e95df commit de79e14

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.kokoro/continuous/propose_release.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ export NPM_CONFIG_PREFIX=/home/node/.npm-global
2020

2121
if [ -f ${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-url-release-please ]; then
2222
# Groom the release PR as new commits are merged.
23-
# TODO: un-pin 2.3.1 once we've debugged:
24-
npx [email protected] release-pr --token=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-token-release-please \
23+
npx release-please release-pr --token=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-token-release-please \
2524
--repo-url=googleapis/google-auth-library-java \
2625
--package-name="google-auth-library-java" \
2726
--api-url=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-url-release-please \
2827
--proxy-key=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-key-release-please \
29-
--release-type=java-auth-yoshi \
30-
--debug
28+
--release-type=java-auth-yoshi
3129
fi

0 commit comments

Comments
 (0)