fix: wizard -r requires an argument

This commit is contained in:
1138-4EB 2019-01-08 23:54:13 +01:00
parent f218c2a791
commit 43e494b0f7
1 changed files with 1 additions and 1 deletions

View File

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