File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,14 @@ name: "Auto release"
22
33on :
44 workflow_dispatch :
5+ inputs :
6+ version :
7+ description : " Module version to be released. Must be a valid semver string. (1.2.3)"
8+ required : true
59
610jobs :
711 release_prep :
812 uses : " puppetlabs/cat-github-actions/.github/workflows/module_release_prep.yml@main"
13+ with :
14+ version : " ${{ github.event.inputs.version }}"
915 secrets : " inherit"
Original file line number Diff line number Diff line change @@ -2,14 +2,8 @@ name: "Publish module"
22
33on :
44 workflow_dispatch :
5- inputs :
6- version :
7- description : " Module version to be released. Must be a valid semver string. (1.2.3)"
8- required : true
95
106jobs :
117 release :
128 uses : " puppetlabs/cat-github-actions/.github/workflows/module_release.yml@main"
13- with :
14- version : " ${{ github.event.inputs.version }}"
159 secrets : " inherit"
You can’t perform that action at this time.
0 commit comments