fix: CI: don't publish bins. Not just yet.

This commit is contained in:
Aravinth Manivannan 2022-08-14 15:21:18 +05:30
parent e00bf57fbe
commit 37db856cbb
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -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')