From b8d05e0a0b3857969d30f20dd52b79140e0647af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Cerqueira?= Date: Thu, 21 Oct 2021 14:53:42 +0100 Subject: [PATCH] ci(release): debug git config --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82aeaf9..5b5f74f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: + persist-credentials: false fetch-depth: 0 - uses: actions/setup-go@v2