From d3d31d6587a2845debe44414ffefac8c48779e5e Mon Sep 17 00:00:00 2001 From: Sam Wray Date: Sat, 8 May 2021 16:29:12 +0100 Subject: [PATCH] fix: adds fix for semantic-release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3152f98f..c4e5950c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + persist-credentials: false # <--- this - name: Setup Node.js uses: actions/setup-node@v1