Skip to content

Commit

Permalink
Pull new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
halim-lee committed Feb 15, 2022
1 parent 9f5b576 commit 0f81478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ 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 0f81478

Please sign in to comment.