From 9a71b00a5626d4fe3e276b9a85a3ca590eb08fb8 Mon Sep 17 00:00:00 2001 From: Carlo Lobrano Date: Thu, 23 May 2024 14:29:11 +0200 Subject: [PATCH] CI Release step "Create release with manifests" needs tag Since this job is not triggered anymore by a tag, the tag itself is to be provided via configuration. Signed-off-by: Carlo Lobrano --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bacb196..34605f74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,6 +64,7 @@ jobs: # https://github.com/marketplace/actions/github-release-create-update-and-upload-assets uses: meeDamian/github-release@2.0 with: + tag: v${{ inputs.version }} token: ${{ secrets.GITHUB_TOKEN }} draft: true body: |