snazy commented on code in PR #3150:
URL: https://github.com/apache/polaris/pull/3150#discussion_r2637374177
##########
.github/workflows/release-3-build-and-publish-artifacts.yml:
##########
@@ -206,6 +208,9 @@ jobs:
staging_repo_url=$(grep "Created staging repository"
gradle_publish_output.txt | sed --regexp-extended "s/^Created staging
repository .([a-z0-9-]+). at (.*)/\2/")
fi
+ # Set output for other jobs to consume
+ echo "staging_repository_url=${staging_repo_url}" >> $GITHUB_OUTPUT
Review Comment:
This URL isn't the the "user facing" URL, but an API endpoint.
You likely want to use `staging_repo_id`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]