From 2bba8dac7fae5d933e62df47cf6fb6810a81f836 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Fri, 6 Dec 2019 22:09:17 +0530 Subject: [PATCH] staging/publishing: temporarily disable publishing tags To make sure we get enough time to test publishing of `v1.17.0` (on a test repo) when it is tagged, this commit disables publishing tags. After testing it, we'll re-enable publishing of tags. --- staging/publishing/rules.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/staging/publishing/rules.yaml b/staging/publishing/rules.yaml index 13d2c479a38..ada03b6cf6f 100644 --- a/staging/publishing/rules.yaml +++ b/staging/publishing/rules.yaml @@ -1,3 +1,4 @@ +skip-tags: true recursive-delete-patterns: - BUILD - "*/BUILD"