Disable recursive git clone for upload-npm
This is not necessary, so disable it to avoid potential problems. Change-Id: I11a1db2981a5b4dc9dea163c3ed909e1258bcb30
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
repo: 'https://github.com/nvm-sh/nvm'
|
repo: 'https://github.com/nvm-sh/nvm'
|
||||||
dest: '~/.nvm'
|
dest: '~/.nvm'
|
||||||
version: v0.37.2
|
version: v0.37.2
|
||||||
|
recursive: false
|
||||||
|
|
||||||
- name: Upload tarball to npm
|
- name: Upload tarball to npm
|
||||||
args:
|
args:
|
||||||
|
Reference in New Issue
Block a user