Attest release archives and publish to the BCR #1
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: publish | |
| # this is just a test to create a module entry into BCR, not for any real world use | |
| on: | |
| workflow_dispatch: | |
| inputs: | |
| tag: | |
| description: 'tag' | |
| required: true | |
| registry: | |
| description: 'bazel central registry target' | |
| required: true | |
| default: 'publish-to-bcr-dev/bazel-central-registry' |