From dc3748311b580528a13735f1867e101f3c376bb2 Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Mon, 18 Nov 2024 16:34:35 +0100 Subject: [PATCH] chore: skip husky on release tag --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f7e7d98f7..b12c42efb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -159,4 +159,4 @@ jobs: shell: bash run: | git tag -f last-release - git push origin last-release --force + git push origin last-release --force --no-verify