redis/.github/workflows/release.yml

18 lines
337 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:
Please refer to
[CHANGELOG.md](https://github.com/go-redis/redis/blob/master/CHANGELOG.md) for details