Skip to content

Commit

Permalink
change create_release information in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
AMIR ABBAS committed Apr 17, 2023
1 parent 2c01592 commit 71203e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.latest_tag }}
release_name: Release ${{ env.latest_tag }}
body: Automated release of Nekoray ${{ env.latest_tag }}
release_name: ${{ env.latest_tag }} macOS
body: Built on the original repository. ${{ env.latest_tag }}
draft: false
prerelease: ${{ contains(env.latest_tag, 'pre') }}

Expand Down

0 comments on commit 71203e9

Please sign in to comment.