mirror of https://github.com/go-redis/redis.git
18 lines
337 B
YAML
18 lines
337 B
YAML
|
name: Releases
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
tags:
|
||
|
- 'v*'
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v3
|
||
|
- uses: ncipollo/release-action@v1
|
||
|
with:
|
||
|
body:
|
||
|
Please refer to
|
||
|
[CHANGELOG.md](https://github.com/go-redis/redis/blob/master/CHANGELOG.md) for details
|