You've already forked wc-licensed-product
Fix SIGPIPE error in package verification
Some checks failed
Create Release Package / build-release (push) Failing after 1m1s
Some checks failed
Create Release Package / build-release (push) Failing after 1m1s
Add || true to suppress exit code 141 from unzip piped to head. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -99,7 +99,7 @@ jobs:
|
||||
run: |
|
||||
VERSION=${{ steps.version.outputs.version }}
|
||||
echo "=== Package contents ==="
|
||||
unzip -l "releases/wc-licensed-product-${VERSION}.zip" | head -50
|
||||
unzip -l "releases/wc-licensed-product-${VERSION}.zip" | head -50 || true
|
||||
|
||||
echo ""
|
||||
echo "=== Verification checks ==="
|
||||
|
||||
Reference in New Issue
Block a user