Skip to content

Fix Packagist update workflow by correcting curl command syntax#27

Merged
tomhooijenga merged 3 commits intomasterfrom
fix-packagist-update-workflow
May 6, 2026
Merged

Fix Packagist update workflow by correcting curl command syntax#27
tomhooijenga merged 3 commits intomasterfrom
fix-packagist-update-workflow

Conversation

@tomhooijenga
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings April 21, 2026 12:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the GitHub Actions workflow used to notify Packagist on GitHub release publication by correcting the curl command syntax so the POST request is formed correctly.

Changes:

  • Consolidates the Packagist update request into a single curl -X POST ... -H ... -d ... invocation.
  • Fixes header quoting/placement so the JSON Content-Type header is applied to the request.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/update_packagist.yaml Outdated
Comment thread .github/workflows/update_packagist.yaml Outdated
@tomhooijenga tomhooijenga merged commit bb8a5a4 into master May 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants