From d1e486c8fef8540343ca60e99724a6a59de82231 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 7 Jun 2024 16:32:56 +0200 Subject: [PATCH] changed name and tag format --- .github/workflows/publish-happ.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-happ.yaml b/.github/workflows/publish-happ.yaml index 3f9064c..f1a80cb 100644 --- a/.github/workflows/publish-happ.yaml +++ b/.github/workflows/publish-happ.yaml @@ -48,7 +48,7 @@ jobs: allowUpdates: true artifacts: 'workdir/tools-library.happ' body: '${{HDK_VERSION}}
${{HDI_VERSION}}' - name: Tools Library happ v${{ steps.version.outputs.APP_VERSION }} - tag: tools-library-happ-v${{ steps.version.outputs.APP_VERSION }} + name: v${{ steps.version.outputs.APP_VERSION }} + tag: v${{ steps.version.outputs.APP_VERSION }} prerelease: true draft: true