mirror of
https://github.com/lancedikson/bowser
synced 2026-09-22 12:05:23 +00:00
fix(ci): create the tarball directory before npm pack
npm pack --pack-destination does not create the target directory, so the Pack step failed with ENOENT.
This commit is contained in:
1
.github/workflows/pull-request.yml
vendored
1
.github/workflows/pull-request.yml
vendored
@@ -45,6 +45,7 @@ jobs:
|
||||
- name: Pack
|
||||
run: |
|
||||
npm version 0.0.0-ci --no-git-tag-version --allow-same-version
|
||||
mkdir -p tarball
|
||||
npm pack --pack-destination ./tarball
|
||||
|
||||
- name: Upload package tarball
|
||||
|
||||
Reference in New Issue
Block a user