Skip to content

Release v1.0.0

Release v1.0.0 #1

name: Publish to BCR
on:
release:
types: [published]
workflow_dispatch:
inputs:
tag_name:
description: "Tag name to publish"
required: true
type: string
permissions:
contents: write
id-token: write
attestations: write
jobs:
publish:
name: Publish to Bazel Central Registry
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v6

Check failure on line 21 in .github/workflows/publish-to-bcr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-to-bcr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish-to-bcr.yml" -> "bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v6" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
tag_name: ${{ inputs.tag_name || github.ref_name }}
registry_fork: pulseengine/bazel-central-registry
attest: true
secrets:
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}