diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 6000a40..c916798 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -3,7 +3,7 @@ name: Validate and stage release on: workflow_dispatch: inputs: - expected-version: + version: type: string description: The version to publish required: true @@ -39,7 +39,7 @@ jobs: - name: Get project info uses: MOEAFramework/.github/actions/get-project-info@main with: - expected-version: ${{ inputs.expected-version }} + expected-version: ${{ inputs.version }} skip-validation: ${{ inputs.skip-validation }} - name: Build and stage Maven artifacts if: ${{ inputs.publish-maven }}