Skip to content

Commit 4541e53

Browse files
chore: fix cd (#333)
1 parent 540e840 commit 4541e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {createActionAuth} from '@octokit/auth-action';
2525
//#region Constants
2626
const PATH = '.';
2727
const VERSION_PREFIX = 'v';
28-
const CONVENTION = await angularChangelogConvention;
28+
const CONVENTION = await angularChangelogConvention();
2929
const REPO_OWNER = 'coveo';
3030
const REPO_NAME = 'push-api-client.js';
3131
const GIT_USERNAME = 'github-actions';

0 commit comments

Comments
 (0)