redis/.github/workflows/release.yml

16 lines
312 B
YAML
Raw Normal View History

2021-08-11 17:14:46 +03:00
name: release
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body: Check CHANGELOG.md for details