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 53af26d commit f60e9a0
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 @@ -57,7 +57,7 @@ jobs:
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 }}" \
-d '{"tag": "${{ steps.determine-tag.outputs.tag }}"}' \
-d '{"repository": "https://github.com/${{ github.repository }}"}' \
-H "Content-Type: application/json"
env:
PACKAGIST_API_TOKEN: ${{ secrets.PACKAGIST_API_TOKEN }}

0 comments on commit f60e9a0

Please sign in to comment.