Skip to content

Commit e62941c

Browse files
authored
Update stage.yml
1 parent 9f8c1b4 commit e62941c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Validate and stage release
33
on:
44
workflow_dispatch:
55
inputs:
6-
expected-version:
6+
version:
77
type: string
88
description: The version to publish
99
required: true
@@ -39,7 +39,7 @@ jobs:
3939
- name: Get project info
4040
uses: MOEAFramework/.github/actions/get-project-info@main
4141
with:
42-
expected-version: ${{ inputs.expected-version }}
42+
expected-version: ${{ inputs.version }}
4343
skip-validation: ${{ inputs.skip-validation }}
4444
- name: Build and stage Maven artifacts
4545
if: ${{ inputs.publish-maven }}

0 commit comments

Comments
 (0)