Skip to content

Commit a43e51c

Browse files
fix: update Packagist publish action to use correct action name and parameters (#692)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent a1a4100 commit a43e51c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-php-sdk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jobs:
8888
push_options: "--force"
8989

9090
- name: Publish to Packagist
91-
uses: wscourge/packagist-publish@v1
91+
uses: wscourge/gha-packagist-publish@v1.0
9292
with:
9393
username: lingodotdev
9494
api_token: ${{ secrets.PACKAGIST_API_TOKEN }}
95+
package_name: lingodotdev/sdk

0 commit comments

Comments
 (0)