You've already forked matrix-js-sdk
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:
@@ -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("/")) {
|
||||||
|
Reference in New Issue
Block a user