Skip to content

Commit

Permalink
Oops, wrong step
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Dec 7, 2024
1 parent 747c377 commit 4fed5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
python-version: "3.13"
- run: sudo bash -c "curl --fail -L -o /usr/bin/buildifier https://github.com/bazelbuild/buildtools/releases/download/v7.3.1/buildifier-linux-amd64 && chmod 0755 /usr/bin/buildifier"
- run: git config --global user.email "[email protected]" && git config --global user.name "Raccoons Build"
env:
GH_TOKEN: ${{ github.token }}
- run: git clone https://github.com/illicitonion/bazel-central-registry.git /tmp/outs/bcr_dir && (cd /tmp/outs/bcr_dir && git checkout openssl)
- run: python3 generate.py --bcr_dir=/tmp/outs/bcr_dir --overlay_tar_path=$(pwd)/bazel-openssl-cc-${{github.ref_name}}.tar.gz --tag=${{github.ref_name}}
- run: cd /tmp/outs/bcr_dir && 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 ""
env:
GH_TOKEN: ${{ github.token }}
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 4fed5b9

Please sign in to comment.