1
0
Fork 0
inotify-info/.github/workflows/release.yaml
Daniel Baumann e323dafdbd
Adding upstream version 0.0.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 15:20:59 +01:00

17 lines
325 B
YAML

---
name: release
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
generate_release_notes: true
draft: true
prerelease: true