File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -185,5 +185,22 @@ jobs:
185
185
uses : ncipollo/release-action@v1
186
186
with :
187
187
artifacts : " unitctl-*"
188
+ # false if triggered by a tag
189
+ prerelease : ${{github.event_name == 'workflow_dispatch' && true}}
188
190
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
+
189
206
allowUpdates : true
You can’t perform that action at this time.
0 commit comments