From f207f6d40774c54906777b41f466e29a22a8db10 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Mon, 18 May 2020 11:30:39 +1000 Subject: [PATCH] Run the publish with the pub version from flutter master Copy of https://github.com/flutter/plugins/pull/2764 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 29308cb248d2..4364adcfe97a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,7 +16,7 @@ task: matrix: - name: publishable script: - - flutter channel stable + - flutter channel master - ./script/check_publish.sh - name: format install_script: