Store LICENSE files when publishing from GH actions (#12810)
* Generate LICENSE files in GH actions * Add LICENSE files to the build artifact
This commit is contained in:
parent
99130bcfdd
commit
0e06a3822b
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -46,6 +46,9 @@ jobs:
|
|||||||
codemods/*/lib/**/*
|
codemods/*/lib/**/*
|
||||||
eslint/*/lib/**/*
|
eslint/*/lib/**/*
|
||||||
packages/*/lib/**/*
|
packages/*/lib/**/*
|
||||||
|
codemods/*/LICENSE
|
||||||
|
eslint/*/LICENSE
|
||||||
|
packages/*/LICENSE
|
||||||
packages/babel-standalone/*.js
|
packages/babel-standalone/*.js
|
||||||
!**/node_modules/**
|
!**/node_modules/**
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user