Skip to content

Commit

Permalink
ci: tweak unitctl github release
Browse files Browse the repository at this point in the history
Signed-off-by: Ava Hahn <a.hahn@f5.com>
  • Loading branch information
avahahn committed May 15, 2024
1 parent 30b39bd commit 356401b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unitctl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "unitctl-*"
tag: ${{github.event_name == 'workflow_dispatch' && inputs.version}}
tag: unitctl-${{github.event_name == 'workflow_dispatch' && inputs.version}}
body"
allowUpdates: true
8 changes: 8 additions & 0 deletions tools/unitctl/pkg/body.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Unitctl
This is a released binary of unitctl.
Unitctl is an official command line tool for managing Unit installations.

## Unit
For the current release of the NGINX Unit application server check the
[Unit Installation Guide](https://unit.nginx.org/installation/) and the
[Unit Quickstart Guide](https://github.com/nginx/unit/).

0 comments on commit 356401b

Please sign in to comment.