output publishing url
Some checks failed
Publish Composer Package / publish (push) Failing after 43s
Some checks failed
Publish Composer Package / publish (push) Failing after 43s
This commit is contained in:
parent
9339da7c41
commit
6eca2c8e0a
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ jobs:
|
||||||
|
|
||||||
- name: Publish to Forgejo Package Registry
|
- name: Publish to Forgejo Package Registry
|
||||||
run: |
|
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 }}" \
|
--url "https://git.fucktheforce.de/api/packages/${{ github.repository_owner }}/composer?version=${{ github.event.release.tag_name }}" \
|
||||||
--header "Authorization: Bearer ${{ secrets.WORKFLOW_TOKEN }}" \
|
--header "Authorization: Bearer ${{ secrets.WORKFLOW_TOKEN }}" \
|
||||||
--header "Content-Type: application/zip" \
|
--header "Content-Type: application/zip" \
|
||||||
|
|
Loading…
Reference in a new issue