Skip to content

Commit

Permalink
maybe fix deleted release tags (#9891)
Browse files Browse the repository at this point in the history
* maybe fix deleted release tags

Hard to know for sure until the next broken release.

CHANGELOG_BEGIN
CHANGELOG_END

* Update azure-pipelines.yml

Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>

Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
  • Loading branch information
garyverhaegen-da and cocreature authored Jun 2, 2021
1 parent 4b020dd commit df0f3ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ jobs:
set -euo pipefail
eval "$(./dev-env/bin/dade-assist)"
## refresh tags, in case someone deleted one
git fetch --prune --prune-tags
source $(bash_lib)
DELAY=1
Expand Down

0 comments on commit df0f3ff

Please sign in to comment.