From 552e7c9f10768618bf627ca546e1d0b2d6a279a8 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 20 Dec 2023 20:59:21 +0100 Subject: [PATCH] [CI] Fix: Prevent tag collision in CI Signed-off-by: Knut Ahlers --- .github/workflows/test-and-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 5563ea2..e9723c1 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -53,10 +53,9 @@ jobs: lfs: true show-progress: false - - name: Marking workdir safe and fetch tags + - name: Marking workdir safe run: | git config --global --add safe.directory /__w/twitch-bot/twitch-bot - git fetch --tags - name: Lint and test code run: make lint test frontend_lint