feat: publish bins

This commit is contained in:
Aravinth Manivannan 2022-08-14 17:38:14 +05:30
parent 6ac10a9ee7
commit e3c79d9b36
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -126,7 +126,10 @@ jobs:
- name: publish bins
if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'realaravinth/dumbserve'
run: ./scripts/publish.sh master latest
run: ./scripts/publish.sh publish master latest $DUMBSERVE_USERNAME $DUMBSERVE_PASSWORD
env:
DUMBSERVE_USERNAME: ${{ secrets.DUMBSERVE_USERNAME }}
DUMBSERVE_PASSWORD: ${{ secrets.DUMBSERVE_PASSWORD }}
- name: generate documentation
if: matrix.version == 'stable' && (github.repository == 'realaravinth/dumbserve')