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": "",
"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:
# Run the publish workflow after a successful release.
# On new releases:
workflow_call:
inputs:
tag_name:
required: true
type: string
# Allow manual triggering of the workflow.
# On manual trigger:
workflow_dispatch:
inputs:
tag_name:
@ -15,10 +15,9 @@ on:
jobs:
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:
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
permissions:
attestations: write