ci: ignore install scripts in release workflows (#1839)

This commit is contained in:
Affaan Mustafa 2026-05-12 21:36:36 -04:00 committed by GitHub
parent 71ed7c58d4
commit 33db548be3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
run: npm ci --ignore-scripts
- name: Verify OpenCode package payload
run: node tests/scripts/build-opencode.test.js