File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 11---
2- name : " Python Semantic Release - Publish"
2+ name : Python Semantic Release - Publish
33
4- description : " Publish Python Wheels and Other Artefacts to GitHub Releases"
4+ description : Publish Artifacts & Assets to GitHub Releases
55
6- inputs :
7- root_options :
8- description : |
9- Additional options for the root `semantic-release` command.
10- Example: -vv --noop
11- required : false
12- default : " -v"
6+ branding :
7+ icon : upload
8+ color : orange
139
10+ inputs :
1411 directory :
1512 description : |
16- Sub-directory to cd into before running semantic-release publish
13+ Sub-directory to change into before running semantic-release publish
1714 default : " ."
1815 required : false
1916
2017 github_token :
2118 description : |
22- GitHub token used to upload artefacts . Requires permission to create and
19+ GitHub token used to upload artifacts . Requires permission to create and
2320 edit releases.
2421 required : true
2522
23+ root_options :
24+ description : |
25+ Additional options for the root `semantic-release` command.
26+ Example: -vv --noop
27+ required : false
28+ default : " -v"
29+
2630 tag :
2731 description : |
2832 The tag corresponding to the GitHub Release that the artifacts should
@@ -31,5 +35,5 @@ inputs:
3135 required : false
3236
3337runs :
34- using : " docker"
35- image : " Dockerfile"
38+ using : docker
39+ image : Dockerfile
You can’t perform that action at this time.
0 commit comments