From 37db856cbb26fd0a24ff6d176a6a0c3aca46a96d Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sun, 14 Aug 2022 15:21:18 +0530 Subject: [PATCH] fix: CI: don't publish bins. Not just yet. --- .github/workflows/linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 012ded7..897c166 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -117,9 +117,9 @@ jobs: if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'realaravinth/dumbserve' run: make docker-publish - - name: publish bins - if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'realaravinth/dumbserve' - run: ./scripts/publish.sh master latest + # - name: publish bins + # if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'realaravinth/dumbserve' + # run: ./scripts/publish.sh master latest - name: generate documentation if: matrix.version == 'stable' && (github.repository == 'realaravinth/dumbserve')