Skip to content

tree: fix nvme_read_config() to not set errno if return 0 #364

tree: fix nvme_read_config() to not set errno if return 0

tree: fix nvme_read_config() to not set errno if return 0 #364

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') && github.repository == 'linux-nvme/libnvme'
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}