Skip to content

Commit d2a4595

Browse files
authored
Chore: [AEA-0000] - fix jira lambda call another way (#103)
## Summary - Routine Change ### Details - fix call jira lambda another way
1 parent b2b76a1 commit d2a4595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module.exports = {
113113
],
114114
...(updateJira ? [
115115
[
116-
"./packages/semantic_release_jira",
116+
"./packages/semantic_release_jira/index.cjs",
117117
{
118118
releasePrefix: jiraReleasePrefix
119119
}

0 commit comments

Comments
 (0)