Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/oss/release-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ A step in the publish workflow, immediately after its publish step and keyed on
run: |
gh api repos/prisma/prisma-cli/dispatches \
-f event_type=product-published \
-F 'client_payload[package]=@prisma/composer-cli' \
-F "client_payload[version]=$VERSION"
-f 'client_payload[package]=@prisma/composer-cli' \
-f "client_payload[version]=$VERSION"
```

The payload is informational — this repository always re-reads the registry rather than trusting the event, so a malformed or replayed event cannot pin a version that does not exist.
Expand Down
Loading