Skip to content

fabrics: Relax match on well known disc ctrl lookup #181

fabrics: Relax match on well known disc ctrl lookup

fabrics: Relax match on well known disc ctrl lookup #181

Workflow file for this run

---
name: release
on:
push:
branches: [master]
tags:
- '**'
jobs:
build:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}