Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fixedReleaser to fix BCR app pipeline #1794

Conversation

BalestraPatrick
Copy link
Member

The GitHub app to automatically publish new releases to the Bazel Central Registry was failing because it was looking for a BCR fork under the user who tags the release. In our case, this is automated by a GitHub action and so there’s no fork. By adding this config file, we override the default releaser to be my username, so the fork https:/balestrapatrick/bazel-central-registry will be correctly found.

This behavior is documented here: https:/bazel-contrib/publish-to-bcr/blob/main/templates/README.md#optional-configyml

The GitHub app to automatically publish new releases to the Bazel Central Registry was failing because it was looking for a BCR fork under the user who tags the release. In our case, this is automated by a GitHub action and so there’s no fork. By adding this config file, we override the default releaser to be my username, so the fork https:/balestrapatrick/bazel-central-registry will be correctly found.

This behavior is documented here: https:/bazel-contrib/publish-to-bcr/blob/main/templates/README.md#optional-configyml
@BalestraPatrick BalestraPatrick merged commit 6e4c88f into bazelbuild:master Dec 22, 2022
@BalestraPatrick BalestraPatrick deleted the add-fixed-releaser-to-bcr-app-config branch December 22, 2022 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants