travis: changed condition for release stage (because it did not start)

This commit is contained in:
Karl Tauber
2020-02-14 16:00:04 +01:00
parent bff9f135e6
commit eecb867227

View File

@@ -24,7 +24,7 @@ stages:
- name: snapshot
if: branch = master AND type IN (push) AND tag IS blank
- name: release
if: branch = master AND type IN (push) AND tag IS present
if: branch = master AND tag IS present
jobs:
include: