From 74d3a9565d6791db13d071d0e65d548ab1381ee3 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Mon, 27 May 2024 22:18:49 +0900 Subject: [PATCH] Fix typo --- .github/workflows/build-universal-neovim.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-universal-neovim.yml b/.github/workflows/build-universal-neovim.yml index c05b79ea2..e52fdae19 100644 --- a/.github/workflows/build-universal-neovim.yml +++ b/.github/workflows/build-universal-neovim.yml @@ -50,11 +50,13 @@ jobs: # Must perform checkout first, since it deletes the target directory # before running, and would therefore delete the downloaded artifacts - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/download-artifact@v4 - name: Install dependencies - run: brew-bundle + run: brew bundle - name: Set tag name env run: |