From b9b688b1a2ddcbabea51e606fe94a5d5015bda22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 11 Aug 2022 18:06:26 +0200 Subject: [PATCH] Set build name to version (#4060) --- .github/workflows/build-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 13ba24975e..68f1a1a3a1 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -381,6 +381,6 @@ jobs: with: tag: "${{ env.VERSION }}" bodyFile: "README.tmp" - omitName: true + name: "Armbian ${{ env.VERSION }}" allowUpdates: true token: ${{ secrets.GITHUB_TOKEN }}