mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-05-18 22:01:53 +00:00
more changes cjs=>esm
This commit is contained in:
parent
b71c53a4f8
commit
4af0103c5e
7 changed files with 7 additions and 7 deletions
|
|
@ -11,7 +11,7 @@ const __dirname = dirname(__filename);
|
|||
* Install Specifying Version semantic-release
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
module.exports = async () => {
|
||||
export default async () => {
|
||||
const semantic_version = core.getInput(inputs.semantic_version);
|
||||
const versionSuffix = semantic_version
|
||||
? `@${semantic_version}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue