1
0
Fork 0
nvme-cli/.github/workflows/release.yml
Daniel Baumann cc86d37eef
Merging upstream version 2.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 12:21:44 +01:00

20 lines
352 B
YAML

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