Skip to content

Commit b20cffa

Browse files
authored
chore: update BCR publish to latest release (#560)
1 parent 1043735 commit b20cffa

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.bcr/config.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Publish new releases to Bazel Central Registry.
2-
name: Publish
2+
name: Publish to BCR
33
on:
44
# Run the publish workflow after a successful release
55
# Will be triggered from the release.yaml workflow
@@ -20,11 +20,12 @@ on:
2020
type: string
2121
jobs:
2222
publish:
23-
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.0.4
23+
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.2.0
2424
with:
2525
tag_name: ${{ inputs.tag_name }}
2626
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
2727
registry_fork: aspect-build/bazel-central-registry
28+
draft: false
2829
permissions:
2930
attestations: write
3031
contents: write

0 commit comments

Comments
 (0)