feat: publish bins
This commit is contained in:
parent
6ac10a9ee7
commit
e3c79d9b36
1 changed files with 4 additions and 1 deletions
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue