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 71f5f93 commit 22d460dCopy full SHA for 22d460d
.github/workflows/release-3-build-and-publish-artifacts.yml
@@ -193,7 +193,7 @@ jobs:
193
source "${LIBS_DIR}/_exec.sh"
194
195
# Publish artifacts to staging repository
196
- exec_process ./gradlew publishToApache closeApacheStagingRepository -Prelease -PuseGpgAgent --info > gradle_publish_output.txt 2>&1
+ exec_process ./gradlew publishToApache closeApacheStagingRepository -Prelease -PuseGpgAgent --info 2>&1 | tee gradle_publish_output.txt
197
198
# Extract staging repository ID and URL from Gradle output
199
staging_repo_id=""
0 commit comments