Skip to content

Commit

Permalink
Fix release pipeline (#4717)
Browse files Browse the repository at this point in the history
This PR fixes the way tags are collected in the release pipeline.
  • Loading branch information
paolino authored Aug 5, 2024
2 parents af45e29 + 2960567 commit 8e411d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildkite/release/release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tag_cabal_ver() {
tag_date "$1" | sed -e s/-0/-/g -e s/-/./g
}

git fetch --all
git fetch --tags --force

BASE_COMMIT=$(git rev-parse HEAD)

Expand Down

0 comments on commit 8e411d7

Please sign in to comment.