Skip to content

Commit 9f8c1b4

Browse files
authored
Validate expected version
1 parent 49850e0 commit 9f8c1b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stage.yml

+2-1
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-
version:
6+
expected-version:
77
type: string
88
description: The version to publish
99
required: true
@@ -39,6 +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 }}
4243
skip-validation: ${{ inputs.skip-validation }}
4344
- name: Build and stage Maven artifacts
4445
if: ${{ inputs.publish-maven }}

0 commit comments

Comments
 (0)