ci: prepare key scan before release - #187
Conversation
Assisted-by: AI
|
The latest updates on your projects. Learn more about Vercel for GitHub. 3 Skipped Deployments
|
|
No actionable findings. The added step correctly prepares the pinned key-scan policy before semantic-release triggers the Husky pre-push hook. The change is appropriately scoped. |
|
Heads-up before this merges: the - name: Prepare EVM key scan
run: .github/scripts/install-evm-key-scan-hook.sh prepare
Two things also changed on
If the intent is to have the release job actually scan rather than skip, Assisted-by: AI |
Summary
Prepare the EVM key scan policy in the release workflow before semantic-release pushes release commits. The current release job installs dependencies and then runs semantic-release, but the pre-push hook now requires the pinned policy to be prepared first.
Validation
.github/workflows/release.ymlchanged.Assisted-by: AI