Remove releaseVersion input for release workflow

This commit is contained in:
Artem Bilan
2023-11-16 09:28:30 -05:00
parent 0df7d540f7
commit 62f94ac036

View File

@@ -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