mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-20 18:19:30 +00:00
fix: wizard -r requires an argument
This commit is contained in:
parent
f218c2a791
commit
43e494b0f7
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
repo: filebrowser/filebrowser
|
||||
branch: master
|
||||
- stage: release
|
||||
script: ./wizard.sh -r
|
||||
script: ./wizard.sh -r "$TRAVIS_TAG"
|
||||
if: tag IS present
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue