Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit ede2cae

Browse files
committed
Use name instead of release name
1 parent bbf6843 commit ede2cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: softprops/action-gh-release@v2
6565
with:
6666
tag_name: Nightly
67-
release_name: "Nightly Build"
67+
name: "Nightly Build"
6868
prerelease: true
6969
draft: false
7070
body: ${{ steps.changelog.outputs.CHANGELOG }}

0 commit comments

Comments
 (0)