Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 62f94ac

Browse files
committed
Remove releaseVersion input for release workflow
1 parent 0df7d54 commit 62f94ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/spring-artifactory-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Perform Release with Artifactory
33
on:
44
workflow_call:
55
inputs:
6-
releaseVersion:
7-
description: 'Release version like 3.0.0-M1, 3.1.0-RC1, 3.2.0 etc.'
8-
required: true
9-
type: string
106
buildToolArgs:
117
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.'
128
required: false

0 commit comments

Comments
 (0)