1
0
Fork 0
libnvme/.github/workflows/release.yml
Daniel Baumann 73281abe5f
Merging upstream version 1.1~rc0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 10:03:28 +01:00

19 lines
341 B
YAML

name: Releases
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@v2
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}