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 6791cef commit 3db9717
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
env:
TOKEN: ${{ secrets.PACKAGIST_TOKEN }}
REPO_URL: https://github.com/${{ github.repository }}
run: >
curl
-X POST
-H 'content-type: application/json'
-d "{\"repository\":{\"url\":\"${REPO_URL}\"}}"
"https://packagist.org/api/update-package?username=elegantthemes&apiToken=${TOKEN}"
run: |
curl -X POST -H 'content-type: application/json' -d "{\"repository\":{\"url\":\"${REPO_URL}\"}}" "https://packagist.org/api/update-package?username=elegantthemes&apiToken=${TOKEN}"

0 comments on commit 3db9717

Please sign in to comment.