Update workflow

This commit is contained in:
ArthurSonzogni 2025-04-27 11:38:44 +02:00
parent a0d59acf62
commit cabb7cad91
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{ {
"integrity": "", "integrity": "",
"strip_prefix": "", "strip_prefix": "",
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/source.tar.gz", "url": "https://github.com/ArthurSonzogni/FTXUI/releases/download/{TAG}/source.tar.gz"
} }

View File

@ -1,12 +1,12 @@
on: on:
# Run the publish workflow after a successful release. # On new releases:
workflow_call: workflow_call:
inputs: inputs:
tag_name: tag_name:
required: true required: true
type: string type: string
# Allow manual triggering of the workflow. # On manual trigger:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
tag_name: tag_name:
@ -15,10 +15,9 @@ on:
jobs: jobs:
publish: publish:
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@[version] uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.0.4
with: with:
tag_name: ${{ inputs.tag_name }} tag_name: ${{ inputs.tag_name }}
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
registry_fork: ArthurSonzogni/bazel-central-registry registry_fork: ArthurSonzogni/bazel-central-registry
permissions: permissions:
attestations: write attestations: write