This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ grep SNAPSHOT versions.txt
25
25
setup_environment_secrets
26
26
create_settings_xml_file " settings.xml"
27
27
28
- mvn clean install deploy -B \
28
+ mvn clean deploy -B \
29
29
--settings ${MAVEN_SETTINGS_FILE} \
30
30
-DperformRelease=true \
31
31
-Dgpg.executable=gpg \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ create_settings_xml_file "settings.xml"
29
29
30
30
# attempt to stage 3 times with exponential backoff (starting with 10 seconds)
31
31
retry_with_backoff 3 10 \
32
- mvn clean install deploy -B \
32
+ mvn clean deploy -B \
33
33
--settings ${MAVEN_SETTINGS_FILE} \
34
34
-DskipTests=true \
35
35
-DperformRelease=true \
Original file line number Diff line number Diff line change 11
11
"git": {
12
12
"name": ".",
13
13
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
14
- "sha": "5bfdf2ddbf2b64cc2d0b3a6411001fe8ed92e28b "
14
+ "sha": "7fe1a16a3eda9dc1bef47b85626d98af2b405592 "
15
15
}
16
16
},
17
17
{
26
26
"git": {
27
27
"name": "synthtool",
28
28
"remote": "https://github.com/googleapis/synthtool.git",
29
- "sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015 "
29
+ "sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d "
30
30
}
31
31
}
32
32
],
52
52
".github/readme/synth.py",
53
53
".github/release-please.yml",
54
54
".github/snippet-bot.yml",
55
+ ".github/sync-repo-settings.yaml",
55
56
".github/trusted-contribution.yml",
56
57
".github/workflows/approve-readme.yaml",
57
58
".github/workflows/auto-release.yaml",
You can’t perform that action at this time.
0 commit comments