Skip to content

Commit 71203e9

Browse files
author
AMIR ABBAS
committed
change create_release information in github action
1 parent 2c01592 commit 71203e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8484
with:
8585
tag_name: ${{ env.latest_tag }}
86-
release_name: Release ${{ env.latest_tag }}
87-
body: Automated release of Nekoray ${{ env.latest_tag }}
86+
release_name: ${{ env.latest_tag }} macOS
87+
body: Built on the original repository. ${{ env.latest_tag }}
8888
draft: false
8989
prerelease: ${{ contains(env.latest_tag, 'pre') }}
9090

0 commit comments

Comments
 (0)