1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-06 12:02:40 +03:00

Rename merge release notes script to cjs (#4361)

and update the corresponding workflow file
This commit is contained in:
David Baker
2024-08-28 11:40:16 +01:00
committed by GitHub
parent 2a6612c73a
commit e6acfdf275
2 changed files with 1 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ jobs:
script: | script: |
const { RELEASE_ID: releaseId, DEPENDENCY, VERSION } = process.env; const { RELEASE_ID: releaseId, DEPENDENCY, VERSION } = process.env;
const { owner, repo } = context.repo; const { owner, repo } = context.repo;
const script = require("./.action-repo/scripts/release/merge-release-notes.js"); const script = require("./.action-repo/scripts/release/merge-release-notes.cjs");
let deps = []; let deps = [];
if (DEPENDENCY.includes("/")) { if (DEPENDENCY.includes("/")) {