Conversation
…eter Co-Authored-By: jhaynie@agentuity.com <jhaynie@gmail.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
jhaynie
left a comment
There was a problem hiding this comment.
let's see if this fixes the release attestation issue
Fix release workflow attestation step
Fixes the failing release workflow by removing the invalid 'subject-checksums-type' parameter from the actions/attest-build-provenance step. This parameter is no longer valid in the latest version of the action (v2.3.0 released on April 28, 2025).
The workflow was failing with two errors:
Removing the invalid parameter should fix both issues as the action might be handling paths differently with the correct parameters.
Link to failed run: https://github.com/agentuity/cli/actions/runs/15143324156/job/42572816813
Link to Devin run: https://app.devin.ai/sessions/6c40063d38db4e7a9c709c2ac937d667
Requested by: jhaynie@agentuity.com