Skip to content

chore: add bzlmod installation instruction #8

chore: add bzlmod installation instruction

chore: add bzlmod installation instruction #8

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
jobs:
release:
name: "Release"
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false