We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ff8bf commit acb573cCopy full SHA for acb573c
templates/steps/cd.yml
@@ -318,7 +318,7 @@ steps:
318
displayName: Create semantic-release.config.js
319
- bash: |
320
cat > npm-tarball-to-zip.sh <<- "EOF"
321
- tarball=$(npm list --depth 0 | sed "s/@/-/g; s/ .*/.tgz/g; 1q;")
+ tarball=$(find . -name "*.tgz")
322
zipName=$(echo $tarball | sed -e "s/\.[^.]*$//").zip
323
files=$(tar -tf $tarball | sed "s/^package\\///")
324
npx --no-install --cache ../node_modules bestzip $zipName $files
0 commit comments