Skip to content

Fix BCR publishing - #238

Merged
Bencodes merged 2 commits into
masterfrom
fix-bcr-publishing
Jul 22, 2026
Merged

Fix BCR publishing#238
Bencodes merged 2 commits into
masterfrom
fix-bcr-publishing

Conversation

@Bencodes

Copy link
Copy Markdown
Member

Adds the release-triggered BCR publishing workflow.

Copilot AI review requested due to automatic review settings July 18, 2026 17:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions workflow intended to publish this repository’s releases to the Bazel Central Registry (BCR), aligning release automation with BCR distribution.

Changes:

  • Introduces a new Publish to BCR workflow triggered by GitHub Releases and manual dispatch.
  • Wires the job to the reusable bazel-contrib/publish-to-bcr workflow with required permissions and a repository secret token.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +4 to +5
release:
types: [released]
id-token: write # Attest provenance
attestations: write # Attest provenance
with:
tag_name: ${{ github.event.release.tag_name || inputs.tag_name }}
@Bencodes
Bencodes merged commit fc7441a into master Jul 22, 2026
7 checks passed
@Bencodes
Bencodes deleted the fix-bcr-publishing branch July 22, 2026 14:36
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.

2 participants