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
This commit is contained in:
Moisés Ackerman 2022-11-17 15:58:49 +01:00 committed by GitHub
parent 525831c4db
commit f27808c8d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,6 +329,7 @@ jobs:
demands: assignment -equals default demands: assignment -equals default
steps: steps:
- checkout: self - checkout: self
fetchTags: true
- bash: ci/check-protobuf-stability.sh - bash: ci/check-protobuf-stability.sh
- template: tell-slack-failed.yml - template: tell-slack-failed.yml