mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Fix node-release workflow to add lib to the packages
This commit is contained in:
parent
7117491f1a
commit
cca8ad3588
7
.github/workflows/node-release.yml
vendored
7
.github/workflows/node-release.yml
vendored
@ -41,8 +41,11 @@ jobs:
|
|||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
registry-url: https://registry.npmjs.org
|
registry-url: https://registry.npmjs.org
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies and add lib
|
||||||
run: npm install
|
run: |
|
||||||
|
npm install
|
||||||
|
npm run build
|
||||||
|
sed -i -e '/lib\//d' .gitignore
|
||||||
|
|
||||||
- name: Publish to NPM
|
- name: Publish to NPM
|
||||||
if: "!contains(github.event.inputs.skip, 'skip-npm')"
|
if: "!contains(github.event.inputs.skip, 'skip-npm')"
|
||||||
|
Loading…
Reference in New Issue
Block a user