From 117390e88d40af74efb9581f527b6dff4ac9da45 Mon Sep 17 00:00:00 2001 From: Serge Zaitsev Date: Wed, 10 Jul 2024 15:43:58 +0200 Subject: [PATCH] Chore: Add package.json to changelog github action (#90267) add package.json --- .github/workflows/actions/changelog/package.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/actions/changelog/package.json diff --git a/.github/workflows/actions/changelog/package.json b/.github/workflows/actions/changelog/package.json new file mode 100644 index 00000000000..e7296af8524 --- /dev/null +++ b/.github/workflows/actions/changelog/package.json @@ -0,0 +1,6 @@ +{ + "name": "changelog", + "main": "index.js", + "type": "module", + "description": "changelog generator" +}