ci: automatically create github releases on tags

This commit is contained in:
figsoda 2023-04-29 18:47:01 -04:00
parent b42aa36bb1
commit a037d41298

14
.github/workflows/release.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: release
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: softprops/action-gh-release@v1
with:
body: "[CHANGELOG.md](https://github.com/nix-community/nix-init/blob/main/CHANGELOG.md)"