diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 27d7222b..47e9ab55 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -129,12 +129,12 @@ jobs: if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/mCaptcha' run: make docker-publish - - name: publish bins - if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/mCaptcha' - run: ./scripts/publish.sh publish master latest $DUMBSERVE_PASSWORD - env: - DUMBSERVE_PASSWORD: ${{ secrets.DUMBSERVE_PASSWORD }} - GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }} + # - name: publish bins + # if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/mCaptcha' + # run: ./scripts/publish.sh publish master latest $DUMBSERVE_PASSWORD + # env: + # DUMBSERVE_PASSWORD: ${{ secrets.DUMBSERVE_PASSWORD }} + # GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }} - name: generate documentation if: matrix.version == 'stable' && (github.repository == 'mCaptcha/mCaptcha')