Skip to content

Commit

Permalink
Update format for nightly dev release names (#15568)
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle authored Oct 2, 2024
1 parent e7c22dd commit a098d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: steps.check_changes.outputs.SHOULD_CREATE_RELEASE == 'true'
uses: softprops/action-gh-release@v2
with:
name: "Nightly Development Release ${{ steps.get_latest_tag.outputs.next_tag }}"
name: "${{ steps.next_dev_version.outputs.next_tag }}: Nightly Development Release"
tag_name: ${{ steps.next_dev_version.outputs.next_tag }}
draft: false
prerelease: true
Expand Down

0 comments on commit a098d7d

Please sign in to comment.