Skip to content

Add opencv-contrib-python to build-systems.json #127

Add opencv-contrib-python to build-systems.json

Add opencv-contrib-python to build-systems.json #127

Workflow file for this run

name: "release"
on:
push:
branches:
- "master"
jobs:
release:
name: "Release"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: "Generate tag"
id: tag
run: echo tag=$(./tools/auto_version.py) >> "$GITHUB_OUTPUT"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ steps.tag.outputs.tag }}"
prerelease: false