Skip to content

Commit

Permalink
chore: fix repo url in github actions workflow
Browse files Browse the repository at this point in the history
build: [release]
  • Loading branch information
lots0logs committed Dec 22, 2022
1 parent b1d80e7 commit 6787c26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
run: >
curl
-X POST
-H 'content-type:application/json'
"https://packagist.org/api/update-package?username=elegantthemes&apiToken=${TOKEN}"
-H 'content-type: application/json'
-d "{\"repository\":{\"url\":\"${REPO_URL}\"}}"
"https://packagist.org/api/update-package?username=elegantthemes&apiToken=${TOKEN}"

0 comments on commit 6787c26

Please sign in to comment.