File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Publish Package
2
-
2
+ run-name : Publishing Package Version ${{ github.event.inputs.Version }}
3
3
on :
4
4
workflow_dispatch :
5
5
inputs :
6
6
Version :
7
- description : " Version to be released in format: x.y.z, where x => major version, y => minor version and z => patch version"
8
- required : true
9
- default : " 0.1.0"
10
- Title :
11
- description : " Title of the release"
7
+ description : " This input field requires version in format: x.y.z, where x => major version, y => minor version and z => patch version"
12
8
required : true
13
- default : " Improving API developer experience"
14
9
15
10
jobs :
16
11
publish-package :
48
43
uses : ncipollo/release-action@v1
49
44
with :
50
45
tag : ${{ steps.tag_version.outputs.new_tag }}
51
- name : Release ${{ github.event.inputs.Title }}
46
+ name : Release Version ${{ github.event.inputs.Version }}
52
47
body : ${{ steps.tag_version.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments