From 62f94ac03609c0e6c0f912b8139c9b9e8d4688eb Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 16 Nov 2023 09:28:30 -0500 Subject: [PATCH] Remove releaseVersion input for release workflow --- .github/workflows/spring-artifactory-release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/spring-artifactory-release.yml b/.github/workflows/spring-artifactory-release.yml index 5b2ab01..ec70cc7 100644 --- a/.github/workflows/spring-artifactory-release.yml +++ b/.github/workflows/spring-artifactory-release.yml @@ -3,10 +3,6 @@ name: Perform Release with Artifactory on: workflow_call: inputs: - releaseVersion: - description: 'Release version like 3.0.0-M1, 3.1.0-RC1, 3.2.0 etc.' - required: true - type: string buildToolArgs: description: 'Additional Maven or Gradle command arguments: tasks, goals, plugins etc. The `install` for Maven is included. The `build` and `artifactoryPublish` for Gradle are included.' required: false