redis/.github/workflows/release.yml

16 lines
241 B
YAML
Raw Normal View History

2021-08-30 17:18:31 +03:00
name: Releases
2021-08-11 17:14:46 +03:00
2021-08-30 17:18:31 +03:00
on:
push:
tags:
- 'v*'
2021-08-11 17:14:46 +03:00
jobs:
build:
runs-on: ubuntu-latest
steps:
2021-08-30 17:18:31 +03:00
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
2021-08-11 17:14:46 +03:00
with:
body: Check CHANGELOG.md for details