Skip to content

Commit

Permalink
Force Azure to update any cached tags
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Jun 15, 2022
1 parent 87c49aa commit 4528608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines.yml
Expand Up @@ -278,7 +278,7 @@ stages:
python_version: $(python_version)
conda_packages: $(conda_packages)

- bash: git fetch origin --tags
- bash: git fetch origin --tags --force
displayName: Fetch tags

- bash: |
Expand Down

0 comments on commit 4528608

Please sign in to comment.