File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 GH_APP_ID :
1010 type : string
1111 required : false
12+ semantic_release_plugins :
13+ type : string
14+ required : false
15+ default : ' '
16+ description : Space-separated list of additional semantic-release plugins to install.
1217 secrets :
1318 GH_APP_PEM_FILE :
1419 required : false
5055 @semantic-release/changelog
5156 @semantic-release/git
5257 semantic-release-major-tag
58+ ${{ inputs.SEMANTIC_RELEASE_PLUGINS }}
5359 - name : Verify Semantic Release
5460 run : npm audit signatures
5561 - name : Run Semantic Release
Original file line number Diff line number Diff line change 3535 pull-requests : write
3636 with :
3737 GH_APP_ID : ${{ vars.GH_APP_ID }}
38+ semantic_release_plugins : " @semantic-release/exec" # OPTIONAL Space-separated list of additional semantic-release plugins to install.
3839 secrets :
3940 GH_APP_PEM_FILE : ${{ secrets.GH_APP_PEM_FILE }}
4041` ` `
You can’t perform that action at this time.
0 commit comments