Skip to content

Commit

Permalink
Store LICENSE files when publishing from GH actions (#12810)
Browse files Browse the repository at this point in the history
* Generate LICENSE files in GH actions

* Add LICENSE files to the build artifact
  • Loading branch information
nicolo-ribaudo committed Feb 17, 2021
1 parent 99130bc commit 0e06a38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -46,6 +46,9 @@ jobs:
codemods/*/lib/**/*
eslint/*/lib/**/*
packages/*/lib/**/*
codemods/*/LICENSE
eslint/*/LICENSE
packages/*/LICENSE
packages/babel-standalone/*.js
!**/node_modules/**
Expand Down

0 comments on commit 0e06a38

Please sign in to comment.