Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminJoergerMakaira committed Nov 15, 2024
1 parent cda9d21 commit 53af26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updatePackagist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Trigger Packagist update
run: |
echo "Updating Packagist for tag ${{ steps.determine-tag.outputs.tag }}"
curl -X POST "https://packagist.org/api/update-package?username=${{ env.PACKAGIST_USERNAME }}}}&apiToken=${{ secrets.PACKAGIST_API_TOKEN }}" \
curl -X POST "https://packagist.org/api/update-package?username=${{ env.PACKAGIST_USERNAME }}&apiToken=${{ secrets.PACKAGIST_API_TOKEN }}" \
-d '{"tag": "${{ steps.determine-tag.outputs.tag }}"}' \
-H "Content-Type: application/json"
env:
Expand Down

0 comments on commit 53af26d

Please sign in to comment.