12
0
Fork 0
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:
Leif Ødegård Uhlen 2026-05-05 11:34:19 +02:00
parent b71c53a4f8
commit 4af0103c5e
7 changed files with 7 additions and 7 deletions

View file

@ -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}`