Skip to content

Commit 7ffef8a

Browse files
committed
CI: Attempt number 4
1 parent 14b5cf6 commit 7ffef8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
repo: REFramework-nightly
6969
owner: praydog
7070
token: ${{ secrets.REPO_TOKEN }}
71-
name: ${{format('REF Nightly {0} ({1})', env.RUN_NUMBER, github.sha)}}
71+
name: ${{format('{0} REF Nightly ({1})', env.RUN_NUMBER, github.sha)}}
7272
tag: ${{format('nightly-{0}-{1}', env.RUN_NUMBER, github.sha)}}
7373
artifacts: ${{github.workspace}}/artifacts/**/*.zip
7474
makeLatest: true

0 commit comments

Comments
 (0)