Skip to content

Commit

Permalink
CI: Revert change, now that all nightly releases have been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Sep 24, 2024
1 parent 7ffef8a commit a107778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
repo: REFramework-nightly
owner: praydog
token: ${{ secrets.REPO_TOKEN }}
name: ${{format('{0} REF Nightly ({1})', env.RUN_NUMBER, github.sha)}}
name: ${{format('REF Nightly {0} ({1})', env.RUN_NUMBER, github.sha)}}
tag: ${{format('nightly-{0}-{1}', env.RUN_NUMBER, github.sha)}}
artifacts: ${{github.workspace}}/artifacts/**/*.zip
makeLatest: true
Expand Down

0 comments on commit a107778

Please sign in to comment.