Skip to content

tree: fix segfault in nvme_scan_subsystem() #199

tree: fix segfault in nvme_scan_subsystem()

tree: fix segfault in nvme_scan_subsystem() #199

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 }}