From 98f844da85b434fc09ca9a6d1e1a8d287332d012 Mon Sep 17 00:00:00 2001 From: Jeremy Facchetti Date: Tue, 21 May 2024 09:59:57 +0200 Subject: [PATCH] removed if --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4a53c2be..ec3f9434 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ permissions: jobs: publish-image: - if: startsWith(github.ref, 'refs/tags/v') == true + #if: startsWith(github.ref, 'refs/tags/v') == true runs-on: ubuntu-22.04 permissions: