From c987b9e33b34ce9ff69c06bac3a75f54ee3bd921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Sat, 17 Aug 2024 22:40:34 +0200 Subject: [PATCH] fix: Version tag for automatic releases --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 6db797f..a80fd41 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -201,4 +201,4 @@ jobs: generate_release_notes: true make_latest: true name: scrape-it-now v${{ needs.init.outputs.VERSION }} - tag_name: ${{ needs.init.outputs.VERSION }} + tag_name: v${{ needs.init.outputs.VERSION }}