diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 188f3c2..add4380 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,10 +18,10 @@ jobs: - name: Checkout BCR uses: actions/checkout@v4.2.2 with: - repository: illicitonion/bazel-central-registry + repository: bazelbuild/bazel-central-registry token: ${{ secrets.BCR_GITHUB_TOKEN }} path: bazel-central-registry - ref: refs/heads/openssl-base + ref: refs/heads/main - run: python3 generate.py --bcr_dir=$(pwd)/bazel-central-registry --overlay_tar_path=$(pwd)/bazel-openssl-cc-${{github.ref_name}}.tar.gz --tag=${{github.ref_name}} - run: cd bazel-central-registry && git checkout -b prep-${{github.ref_name}} && git add . && git commit -m "Release openssl ${{github.ref_name}}" && git push -u origin prep-${{github.ref_name}} && gh pr create --title "Add openssl ${{github.ref_name}}" --body "" --repo bazelbuild/bazel-central-registry env: