fix: wizard -r requires an argument
This commit is contained in:
parent
f218c2a791
commit
43e494b0f7
|
@ -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…
Reference in New Issue