Main builder has the wrong version date applied, this corrects it.
This commit is contained in:
parent
04fc4614ac
commit
0961a40451
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-main.yaml
vendored
2
.github/workflows/release-main.yaml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
echo "::set-output name=release_notes::${release_notes}"
|
||||
- name: Get date for artifacts
|
||||
id: date
|
||||
run: echo "::set-output name=date::$(date +'%Y%m%d%H%M')"
|
||||
run: echo "::set-output name=date::$(date +'%Y%m%d')"
|
||||
|
||||
- name: Repository Dispatch
|
||||
if: steps.changes.outputs.changes != '0'
|
||||
|
|
Loading…
Reference in a new issue