From 1457dbc52e9374f47f72430233c3a53c959a6ff2 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Tue, 1 Oct 2024 09:51:45 +0200 Subject: [PATCH] =?UTF-8?q?'replaces'=20leftovers=20=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eguzki Astiz Lezaun --- .github/workflows/release.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6d74e30..aa0c59c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,10 +14,6 @@ on: description: Limitador service version default: latest type: string - replacesVersion: - description: Limitador Operator replaced version - default: 0.0.0-alpha - type: string prerelease: description: Is the release a pre release? required: false @@ -49,7 +45,6 @@ jobs: run: | VERSION=${{ inputs.limitadorOperatorVersion }} \ LIMITADOR_VERSION=${{ inputs.limitadorVersion }} \ - REPLACES_VERSION=${{ inputs.replacesVersion }} make prepare-release - name: Commit and push run: |