From 0e06a3822bcc90bd2787ac7d31db8f7eb4105429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Wed, 17 Feb 2021 19:38:26 +0100 Subject: [PATCH] Store LICENSE files when publishing from GH actions (#12810) * Generate LICENSE files in GH actions * Add LICENSE files to the build artifact --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba367faa4b17..6b9875a07c71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,9 @@ jobs: codemods/*/lib/**/* eslint/*/lib/**/* packages/*/lib/**/* + codemods/*/LICENSE + eslint/*/LICENSE + packages/*/LICENSE packages/babel-standalone/*.js !**/node_modules/**