Skip to content

Commit

Permalink
Include tag and format as string
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Mar 19, 2020
1 parent 948480b commit 9c68cf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
include:
- name: Release Package
php: "7.3"
env: WP_VERSION=latest WP_MULTISITE=0 WP_RELEASE=yes
env: WP_VERSION=latest WP_MULTISITE=0 WP_RELEASE=1
if: tag IS present

services:
Expand Down Expand Up @@ -54,7 +54,8 @@ deploy:
file:
- stream*.zip
on:
condition: "$WP_RELEASE = yes"
tag: true
condition: "$WP_RELEASE = 1"

notifications:
email: false
Expand Down

0 comments on commit 9c68cf7

Please sign in to comment.