From 9aa62c72a6ce30b1066ce2a29bd23676e05aa494 Mon Sep 17 00:00:00 2001 From: Killian Courvoisier Date: Wed, 24 Jul 2024 16:06:36 +0200 Subject: [PATCH] fix: Add postpublish mattermost for mattermost publications --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69ded71..03bf8b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ deploy: branch: master - provider: script skip-cleanup: true - script: DEPLOY_BRANCH=build yarn deploy && yarn cozyPublish + script: DEPLOY_BRANCH=build yarn deploy && yarn cozyPublish --postpublish mattermost on: tags: true before_install: