output publishing url
Some checks failed
Publish Composer Package / publish (push) Failing after 43s

This commit is contained in:
Tristan 2025-01-09 17:11:53 +01:00
parent 9339da7c41
commit 6eca2c8e0a

View file

@ -27,7 +27,8 @@ jobs:
- name: Publish to Forgejo Package Registry
run: |
curl --request PUT --fail \
echo "Publishing to https://git.fucktheforce.de/api/packages/${{ github.repository_owner }}/composer?version=${{ github.event.release.tag_name }}"
curl --request PUT --fail --silent \
--url "https://git.fucktheforce.de/api/packages/${{ github.repository_owner }}/composer?version=${{ github.event.release.tag_name }}" \
--header "Authorization: Bearer ${{ secrets.WORKFLOW_TOKEN }}" \
--header "Content-Type: application/zip" \