From f00581f2809ec2a78e1e7df85833333ab3e3626a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 22:49:35 +0000 Subject: [PATCH] chore(deps): update bazel-contrib/publish-to-bcr action to v1.5.0 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d15be07..9f93499 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,7 +21,7 @@ on: type: string jobs: publish: - uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.4.2 + uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.5.0 with: tag_name: ${{ inputs.tag_name }} draft: false