Skip to content

Commit

Permalink
CI: Maybe this will fix nightly release order
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Sep 24, 2024
1 parent ddabc60 commit bd62b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
repo: REFramework-nightly
owner: praydog
token: ${{ secrets.REPO_TOKEN }}
name: ${{format('REF Nightly {0} ({1})', github.run_number, github.sha)}}
tag: ${{format('nightly-{0}-{1}', github.run_number, github.sha)}}
name: ${{format('REF Nightly {0:D4} ({1})', github.run_number, github.sha)}}
tag: ${{format('nightly-{0:D4}-{1}', github.run_number, github.sha)}}
artifacts: ${{github.workspace}}/artifacts/**/*.zip
makeLatest: true
bodyFile: ${{github.workspace}}/nightly-body.md
Expand Down

0 comments on commit bd62b3a

Please sign in to comment.