Skip to content

Update README.md to point to Bazel build #690

Update README.md to point to Bazel build

Update README.md to point to Bazel build #690

Workflow file for this run

---
name: Release
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- master
jobs:
release:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
id: release
uses: ahmadnassri/action-semantic-release@v2.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}