From 7951244095afc2f9cf9f135053fcdf973dd17c1a Mon Sep 17 00:00:00 2001 From: prom3theu5 Date: Thu, 16 Mar 2023 10:34:08 +0000 Subject: [PATCH] patch release and push too --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 884a3d3..048d16a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v2 - name: Unshallow clone for tags - run: git fetch --prune --unshallow --tags + run: git fetch --prune --unshallow --tags --force - name: Install Go uses: actions/setup-go@v2 with: