Skip to content

added auto-detection of ocb and supervisor versions, updated test sui… #9

added auto-detection of ocb and supervisor versions, updated test sui…

added auto-detection of ocb and supervisor versions, updated test sui… #9

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v4
- name: Create Release
uses: softprops/action-gh-release@v1
with:
draft: false
prerelease: false
files: |
LICENSE
README.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}