From f0868abed159ebe1d189704dfa3313637dd98591 Mon Sep 17 00:00:00 2001 From: Carlo Lobrano Date: Thu, 23 May 2024 09:50:14 +0200 Subject: [PATCH] Fix release workflow job Remove the condition on github.ref_type in "Create release with manifests" job, which prevent the Github release to be completed with the usual document. Signed-off-by: Carlo Lobrano --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c86a19e0..2bacb196 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,6 @@ jobs: run: VERSION=$VERSION PREVIOUS_VERSION=$PREVIOUS_VERSION make container-build-and-push-community - name: Create release with manifests - if: ${{ github.ref_type == 'tag' }} # https://github.com/marketplace/actions/github-release-create-update-and-upload-assets uses: meeDamian/github-release@2.0 with: