From cc01b86af596053ff127a3800b619e28bf1c451c Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Wed, 12 Oct 2022 11:26:23 +0900 Subject: [PATCH] Resolve "would clobber existing tag" --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 028c2d5..071fe82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Get tags - run: git fetch --tags origin + run: git fetch --tags origin -f - uses: awalsh128/cache-apt-pkgs-action@v1.1.1 if: runner.os == 'Linux'