File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 description : " The environment to deploy to."
1616 required : false
1717 type : string
18+ PLUGINS :
19+ description : " Additional plugins to install. Example `@semantic-release/npm`."
20+ required : false
21+ type : string
22+ default : " "
1823 secrets :
1924 RELEASE_GH_TOKEN :
2025 description : " GitHub Token. Used to authenticate with GitHub at release step. This will overwrite the use of the default GitHub token."
7176 with :
7277 node-version : " lts/*"
7378 - name : Install dependencies
74- run : npm install semantic-release @semantic-release/exec @semantic-release/commit-analyzer @semantic-release/git @semantic-release/github @semantic-release/release-notes-generator conventional-changelog-conventionalcommits -D
79+ run : npm install semantic-release @semantic-release/exec @semantic-release/commit-analyzer @semantic-release/git @semantic-release/github @semantic-release/release-notes-generator conventional-changelog-conventionalcommits ${{ inputs.PLUGINS }} -D
7580 - name : Verify the integrity of provenance attestations and registry signatures for installed dependencies
7681 run : npm audit signatures
7782 - name : Detect if configuration file is available for semantic-release
You can’t perform that action at this time.
0 commit comments