Skip to content

Commit bd62b3a

Browse files
committed
CI: Maybe this will fix nightly release order
1 parent ddabc60 commit bd62b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
repo: REFramework-nightly
6363
owner: praydog
6464
token: ${{ secrets.REPO_TOKEN }}
65-
name: ${{format('REF Nightly {0} ({1})', github.run_number, github.sha)}}
66-
tag: ${{format('nightly-{0}-{1}', github.run_number, github.sha)}}
65+
name: ${{format('REF Nightly {0:D4} ({1})', github.run_number, github.sha)}}
66+
tag: ${{format('nightly-{0:D4}-{1}', github.run_number, github.sha)}}
6767
artifacts: ${{github.workspace}}/artifacts/**/*.zip
6868
makeLatest: true
6969
bodyFile: ${{github.workspace}}/nightly-body.md

0 commit comments

Comments
 (0)