Skip to content

Commit 9998fa6

Browse files
maxuxzaibon
authored andcommitted
Do not zero-lead time on development release
1 parent e92b4f1 commit 9998fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set name of the development build
4646
id: setname
4747
run: |
48-
echo "::set-output name=build::zos:v$(date +%y%m%d.%H%M%S.0)-dev.flist"
48+
echo "::set-output name=build::zos:v$(date +%y%m%d.%-H%M%S.0)-dev.flist"
4949
5050
- name: Promote flist (${{ github.sha }})
5151
if: success()

0 commit comments

Comments
 (0)