From f9427508a9cca2b1175af048169003ea3c70dc39 Mon Sep 17 00:00:00 2001 From: Petr Heinz Date: Wed, 4 Oct 2023 19:05:06 +0200 Subject: [PATCH] L-168 Fix autotagging prefix --- .github/workflows/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index bf9f426..895e901 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -37,5 +37,5 @@ jobs: - name: Create release on Github uses: ncipollo/release-action@v1 with: - tag: ${{ steps.tagger.outputs.new-tag }} + tag: "v${{ steps.tagger.outputs.new-tag }}" artifacts: build/logtail-aws-lambda.zip