We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b5cf6 commit 7ffef8aCopy full SHA for 7ffef8a
.github/workflows/dev-release.yml
@@ -68,7 +68,7 @@ jobs:
68
repo: REFramework-nightly
69
owner: praydog
70
token: ${{ secrets.REPO_TOKEN }}
71
- name: ${{format('REF Nightly {0} ({1})', env.RUN_NUMBER, github.sha)}}
+ name: ${{format('{0} REF Nightly ({1})', env.RUN_NUMBER, github.sha)}}
72
tag: ${{format('nightly-{0}-{1}', env.RUN_NUMBER, github.sha)}}
73
artifacts: ${{github.workspace}}/artifacts/**/*.zip
74
makeLatest: true
0 commit comments