Skip to content

Commit 3949ec3

Browse files
committed
relase
1 parent 7d43341 commit 3949ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
- name: Validate npm pack output
239239
run: |
240240
set -euo pipefail
241-
npm pack --dry-run | tee pack-dry-run.txt
241+
npm pack --dry-run 2>&1 | tee pack-dry-run.txt
242242
REQUIRED_PACKED_FILES=(
243243
"index.js"
244244
"index.d.ts"

0 commit comments

Comments
 (0)