Skip to content

Commit b1c8f48

Browse files
saw-janSalipa-Gurung
authored andcommitted
add required field
1 parent 5a7da1e commit b1c8f48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.drone.star

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def releaseArtifacts(ctx):
301301
"name": "zip-artifacts",
302302
"image": OC_CI_ALPINE,
303303
"commands": [
304+
"pwd",
304305
"apk add --no-cache zip",
305306
"mv dist dicom-viewer",
306307
"zip -r dicom-viewer-%s.zip dicom-viewer" % version,
@@ -310,6 +311,7 @@ def releaseArtifacts(ctx):
310311
"name": "publish",
311312
"image": PLUGINS_GITHUB_RELEASE,
312313
"settings": {
314+
"title": version,
313315
"overwrite": True,
314316
"files": [
315317
"dicom-viewer-%s.zip" % version,

0 commit comments

Comments
 (0)