This repository was archived by the owner on Sep 16, 2023. It is now read-only.

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ grep SNAPSHOT versions.txt
2525
setup_environment_secrets
2626
create_settings_xml_file "settings.xml"
2727

28-
mvn clean install deploy -B \
28+
mvn clean deploy -B \
2929
--settings ${MAVEN_SETTINGS_FILE} \
3030
-DperformRelease=true \
3131
-Dgpg.executable=gpg \
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ create_settings_xml_file "settings.xml"
2929

3030
# attempt to stage 3 times with exponential backoff (starting with 10 seconds)
3131
retry_with_backoff 3 10 \
32-
mvn clean install deploy -B \
32+
mvn clean deploy -B \
3333
--settings ${MAVEN_SETTINGS_FILE} \
3434
-DskipTests=true \
3535
-DperformRelease=true \
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://.com/googleapis/java-tasks.git",
7-
"sha": "a4d01dc922a12862fec4084afd9d9241a01cb194"
7+
"sha": "d0afa6112ab4cc1da5b398e970a9e3d4e23e29cd"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://.com/googleapis/synthtool.git",
22-
"sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015"
22+
"sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d"
2323
}
2424
}
2525
],
@@ -63,6 +63,7 @@
6363
"./readme/synth.py",
6464
"./release-please.yml",
6565
"./snippet-bot.yml",
66+
"./sync-repo-settings.yaml",
6667
"./trusted-contribution.yml",
6768
"./workflows/approve-readme.yaml",
6869
"./workflows/auto-release.yaml",

0 commit comments

Comments
 (0)