Skip to content

Commit

Permalink
fix unknown flutter version issue (git tag version) (#209)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidenori Matsubayashi <[email protected]>
  • Loading branch information
HidenoriMatsubayashi authored Aug 24, 2023
1 parent e712d09 commit a49febf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/internal/shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function update_flutter() {
if [[ "$version" != "$(git rev-parse HEAD)" ]]; then
git reset --hard
git clean -xdf
git fetch --depth=1 "$FLUTTER_REPO" "$version"
git fetch --depth=1 "$FLUTTER_REPO" "$version" --tags
git checkout FETCH_HEAD

# Invalidate the cache.
Expand Down

0 comments on commit a49febf

Please sign in to comment.