Skip to content

Commit

Permalink
Fetch new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
halim-lee committed Feb 9, 2022
1 parent bae754e commit cb86545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ main() {
}

build_releases() {
git fetch --tags

tags="$(git tag -l)"
while read -r tag; do
if [[ -z "${tag}" ]]; then
Expand Down

0 comments on commit cb86545

Please sign in to comment.