Set build name to version (#4060)

This commit is contained in:
Igor Pečovnik 2022-08-11 18:06:26 +02:00 committed by GitHub
parent fbe4493831
commit b9b688b1a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,6 +381,6 @@ jobs:
with:
tag: "${{ env.VERSION }}"
bodyFile: "README.tmp"
omitName: true
name: "Armbian ${{ env.VERSION }}"
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}