Skip to content

Commit

Permalink
Rename merge release notes script to cjs (#4361)
Browse files Browse the repository at this point in the history
and update the corresponding workflow file
  • Loading branch information
dbkr committed Aug 28, 2024
1 parent 2a6612c commit e6acfdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
script: |
const { RELEASE_ID: releaseId, DEPENDENCY, VERSION } = process.env;
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 = [];
if (DEPENDENCY.includes("/")) {
Expand Down
File renamed without changes.

0 comments on commit e6acfdf

Please sign in to comment.