From 89cf0c140fe6376d847436496b39e93260dd9313 Mon Sep 17 00:00:00 2001 From: Mosei <78140816+arbuilder@users.noreply.github.com> Date: Fri, 10 Sep 2021 21:49:57 +0530 Subject: [PATCH] Update publish.yml (#190) --- .github/workflows/publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ff52750e..8473409d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -81,9 +81,3 @@ jobs: tags: true draft: true verbose: true - - - name: Run Docker build workflow - run: | - sleep 10 # sleep a bit to make sure the release is actually inside github db - curl -X POST -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${{ secrets.DEPLOY_PREVIEW_TOKEN }}" -d '{"ref":"main", "inputs":{"tachidesk_release_type": "stable"}}' https://api.github.com/repos/suwayomi/docker-tachidesk/actions/workflows/build_container_images.yml/dispatches -