Skip to content

Commit 802c69f

Browse files
authored
Merge pull request #11 from avahahn/ci-cli-release-text
ci: tweak unitctl github release
2 parents 30b39bd + 1ee7588 commit 802c69f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/unitctl.yml

+17
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,22 @@ jobs:
185185
uses: ncipollo/release-action@v1
186186
with:
187187
artifacts: "unitctl-*"
188+
# false if triggered by a tag
189+
prerelease: ${{github.event_name == 'workflow_dispatch' && true}}
188190
tag: ${{github.event_name == 'workflow_dispatch' && inputs.version}}
191+
name: unitctl/${{(github.event_name=='workflow_dispatch' && inputs.version) || github.ref_name}}
192+
body: >
193+
## Unitctl
194+
195+
This is a released binary of unitctl.
196+
197+
Unitctl is an official command line tool for managing Unit installations.
198+
199+
200+
## Unit
201+
202+
For the current release of the NGINX Unit application server check the
203+
[Unit Installation Guide](https://unit.nginx.org/installation/) and the
204+
[Unit Quickstart Guide](https://github.com/nginx/unit/).
205+
189206
allowUpdates: true

0 commit comments

Comments
 (0)