We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8c1b4 commit e62941cCopy full SHA for e62941c
.github/workflows/stage.yml
@@ -3,7 +3,7 @@ name: Validate and stage release
3
on:
4
workflow_dispatch:
5
inputs:
6
- expected-version:
+ version:
7
type: string
8
description: The version to publish
9
required: true
@@ -39,7 +39,7 @@ jobs:
39
- name: Get project info
40
uses: MOEAFramework/.github/actions/get-project-info@main
41
with:
42
- expected-version: ${{ inputs.expected-version }}
+ expected-version: ${{ inputs.version }}
43
skip-validation: ${{ inputs.skip-validation }}
44
- name: Build and stage Maven artifacts
45
if: ${{ inputs.publish-maven }}
0 commit comments