fix: correct path to mirroring script
diff --git a/.github/workflows/mirror_protoc_release.yml b/.github/workflows/mirror_protoc_release.yml index 18fba4c..fa7de6a 100644 --- a/.github/workflows/mirror_protoc_release.yml +++ b/.github/workflows/mirror_protoc_release.yml
@@ -12,7 +12,7 @@ steps: - uses: actions/checkout@v4 - run: | - ./protoc/private/mirror_protoc_releases.sh + ./protoc/private/mirror_protoc_release.sh npx @bazel/buildifier protoc/private/versions.bzl - uses: peter-evans/create-pull-request@v5 with: