mirror of
https://github.com/rancher/rke.git
synced 2025-04-27 11:21:08 +00:00
Merge pull request #2558 from superseb/add_title_release
Add title to (pre) release
This commit is contained in:
commit
0ea542079a
@ -44,6 +44,7 @@ steps:
|
||||
- "build/bin/rke_*"
|
||||
- "dist/artifacts/${DRONE_TAG}/*"
|
||||
prerelease: true
|
||||
title: "Pre-release ${DRONE_TAG}"
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
@ -63,6 +64,7 @@ steps:
|
||||
- "dist/artifacts/${DRONE_TAG}/*"
|
||||
api_key:
|
||||
from_secret: github_token
|
||||
title: "Release ${DRONE_TAG}"
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
Loading…
Reference in New Issue
Block a user