1
0
Fork 0
libnvme/.github/workflows/release.yml
Daniel Baumann 86acbfc29e
Adding upstream version 1.7.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 10:14:11 +01:00

20 lines
395 B
YAML

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