mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-10-31 02:28:11 +08:00
Fix publish workflow
This commit is contained in:
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
@@ -114,15 +114,3 @@ jobs:
|
||||
upload_url: ${{ needs.release.outputs.upload_url }}
|
||||
asset_path: source.tar.gz.intoto.jsonl
|
||||
overwrite: true
|
||||
|
||||
# Publish to Bazel Central Registry.
|
||||
# This call the .github/workflows/publish.yaml workflow.
|
||||
publish_to_bazel_central_registry:
|
||||
name: "Publish to Bazel Central Registry"
|
||||
needs: package_source
|
||||
uses: ./.github/workflows/publish.yaml
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
secrets:
|
||||
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user