mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 16:21:12 +08:00
Update workflow
This commit is contained in:
parent
a0d59acf62
commit
cabb7cad91
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user