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 42d8353 commit 9662453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: notify-packagist
env:
TOKEN: ${{ secrets.PACKAGIST_TOKEN }}
REPO_URL: ${{ github.repositoryUrl }}
REPO_URL: https://github.com/${{ github.repository }}
run: >
curl
-X POST
Expand Down

0 comments on commit 9662453

Please sign in to comment.