Skip to content

fix opa_ctx to run correctly with bazel 7 #6

fix opa_ctx to run correctly with bazel 7

fix opa_ctx to run correctly with bazel 7 #6

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