Make sure to publish all the necessary files (#12817)
This commit is contained in:
parent
ab2539125b
commit
c0875b043c
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@ -43,13 +43,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: build-artifact
|
name: build-artifact
|
||||||
path: |
|
path: |
|
||||||
codemods/*/lib/**/*
|
codemods/*/**/*
|
||||||
eslint/*/lib/**/*
|
eslint/*/**/*
|
||||||
packages/*/lib/**/*
|
packages/*/**/*
|
||||||
codemods/*/LICENSE
|
!**/test/**
|
||||||
eslint/*/LICENSE
|
|
||||||
packages/*/LICENSE
|
|
||||||
packages/babel-standalone/*.js
|
|
||||||
!**/node_modules/**
|
!**/node_modules/**
|
||||||
|
|
||||||
git-version:
|
git-version:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user