[CI] Remove '-' from milestone version for apps plugin

This commit is contained in:
Chris Bono
2023-10-08 10:36:10 -05:00
parent 582b4e730e
commit 6a65bd3979

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
milestoneVersion:
description: "Milestone version (ex: '-M1')"
description: "Milestone version (no dash, eg. 'M1')"
required: true
env: