From f8a8369a735d9c80d92be25c2d8aaf51bda64f35 Mon Sep 17 00:00:00 2001 From: Semih Date: Wed, 18 Mar 2026 15:36:28 +0100 Subject: [PATCH] .github/workflows/build.yml aktualisiert --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc952d2..2099359 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,4 +38,5 @@ jobs: with: files: target/inventory-tools.jar token: ${{ secrets.REPOSITORY_TOKEN }} - tag_name: ${{ steps.datetime.outputs.TAG_NAME }} \ No newline at end of file + tag_name: ${{ steps.datetime.outputs.TAG_NAME }} + name: ${{ steps.datetime.outputs.TAG_NAME }} \ No newline at end of file