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