mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-11-13 13:58:01 +09:00
Change release name format
This commit is contained in:
parent
ac172d4ba0
commit
0300cf954c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- name: Generate release name
|
||||
id: release_name
|
||||
run: echo "::set-output name=name::`date "+%Y%m%d-%H"`"
|
||||
run: echo "::set-output name=name::`date "+%Y-%m-%d-%H%M%S"`"
|
||||
- name: Create release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
|
Loading…
Reference in New Issue
Block a user