We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 924edb9 + a841fa4 commit 650fcadCopy full SHA for 650fcad
1 file changed
.github/workflows/release.yml
@@ -2,6 +2,10 @@ name: Release
2
3
on:
4
workflow_dispatch:
5
+ inputs:
6
+ version:
7
+ description: "Override version (e.g. 1.0.0). Leave blank to auto-determine from commits."
8
+ required: false
9
10
permissions:
11
contents: write
@@ -16,3 +20,4 @@ jobs:
16
20
with:
17
21
config-file: release-config.json
18
22
manifest-file: .release-manifest.json
23
+ release-as: ${{ inputs.version || '' }}
0 commit comments