We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2207199 commit f81004cCopy full SHA for f81004c
.github/workflows/version.yml
@@ -488,13 +488,6 @@ jobs:
488
ghcr.io/${{ env.OWNER_LC }}/qbit_manage:${{ steps.get_version.outputs.VERSION }}
489
ghcr.io/${{ env.OWNER_LC }}/qbit_manage:latest
490
491
- - name: Trigger Hotio Webhook
492
- uses: joelwmale/webhook-action@master
493
- with:
494
- url: ${{ secrets.HOTIO_WEBHOOK_URL }}
495
- headers: '{"Authorization": "Bearer ${{ secrets.HOTIO_WEBHOOK_SECRET }}"}'
496
- body: '{ "application": "qbitmanage", "branch": "release" }'
497
-
498
create-release:
499
runs-on: ubuntu-latest
500
needs: [prepare-release-assets, docker-release]
0 commit comments