From f27808c8d3232bd7639c91458fe89293cefd621b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Ackerman?= <6054733+akrmn@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:58:49 +0100 Subject: [PATCH] Ensure git tags are fetched in job 'compatibility_stable_protobuf' (#15613) Done by setting 'fetchTags: true' in the 'checkout' step before running the bash script --- ci/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build.yml b/ci/build.yml index 36c33106e5..6da979e828 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -329,6 +329,7 @@ jobs: demands: assignment -equals default steps: - checkout: self + fetchTags: true - bash: ci/check-protobuf-stability.sh - template: tell-slack-failed.yml