Skip to content

Commit 9cbebbb

Browse files
committed
Adjust publish action
1 parent a91c5b5 commit 9cbebbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)