Skip to content

Commit

Permalink
Merge pull request #2 from aligent/feature/update_release_action
Browse files Browse the repository at this point in the history
Change package name being submitted to packagist
  • Loading branch information
aligent-lturner authored Jul 27, 2023
2 parents c5b40d8 + 0861e88 commit 0db2f36
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 @@ -34,4 +34,4 @@ jobs:
- name: Update Packagist
env:
API_TOKEN: ${{ secrets.PackagistApiToken }}
run: curl -XPOST -H'content-type:application/json' 'https://packagist.org/api/update-package?username=aligent&apiToken='$API_TOKEN -d'{"repository":{"url":"https://packagist.org/packages/aligent/magento2-prerender-io"}}'
run: curl -XPOST -H'content-type:application/json' 'https://packagist.org/api/update-package?username=aligent&apiToken='$API_TOKEN -d'{"repository":{"url":"https://packagist.org/packages/aligent/magento2-prerender"}}'

0 comments on commit 0db2f36

Please sign in to comment.