Skip to content

Commit

Permalink
fix: remove composer-json-path for php
Browse files Browse the repository at this point in the history
  • Loading branch information
prokopsimek committed Nov 15, 2023
1 parent 1bf1f70 commit 2e461c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/publish-php-packagist/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ runs:
- uses: hotaruma/[email protected]
with:
packagist-username: ${{ env.PACKAGIST_USERNAME }}
api-token: ${{ env.PACKAGIST_TOKEN }}
composer-json-path: ${{ inputs.package-path }}
api-token: ${{ env.PACKAGIST_TOKEN }}

0 comments on commit 2e461c0

Please sign in to comment.