Skip to content

Commit 3554ac5

Browse files
committed
Adjust publish action
1 parent 4384d9f commit 3554ac5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Dispatch packagist update
10-
run: |
11-
curl -X POST https://packagist.org/api/update-package?username=${{ secrets.PACKAGIST_USERNAME }}&apiToken=${{ secrets.PACKAGIST_API_TOKEN }} \
12-
-d '{"repository":{"url":"https://github.com/detectlanguage/detectlanguage-php"}}' \
10+
run: >-
11+
curl -X POST https://packagist.org/api/update-package?username=${{ secrets.PACKAGIST_USERNAME }}&apiToken=${{ secrets.PACKAGIST_API_TOKEN }}
12+
-d '{"repository":{"url":"https://github.com/detectlanguage/detectlanguage-php"}}'
1313
-H "Content-Type: application/json"

0 commit comments

Comments
 (0)