Public Access
fix: packagist publish — fix secrets condition and GitHub mirror URL #316
Reference in New Issue
Block a user
Delete Branch "fix/packagist-publish"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Two bugs in
composer-publish.ymlpreventing Packagist notification:if: secrets.PACKAGIST_TOKEN != ''missing${{ }}wrapper — always evaluates as truthy stringgithub.com/mokoconsulting-tech/mokocli3-line change, no review needed — pure config fix.
- Fix if: condition syntax (needs ${{ }} expression wrapper) - Point Packagist notification to GitHub mirror URL (Packagist can't access Gitea directly)