File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,10 @@ export NPM_CONFIG_PREFIX=/home/node/.npm-global
20
20
21
21
if [ -f ${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-url-release-please ]; then
22
22
# 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 \
25
24
--repo-url=googleapis/google-auth-library-java \
26
25
--package-name=" google-auth-library-java" \
27
26
--api-url=${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-url-release-please \
28
27
--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
31
29
fi
You can’t perform that action at this time.
0 commit comments