From 1e8053458ca8f7683c1d3be419e993bef2f09dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Tue, 4 Apr 2023 19:04:06 +0200 Subject: [PATCH] refactor: cleanup --- .github/workflows/manual-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index cf02a9f..237fe1d 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -19,7 +19,6 @@ jobs: with: python-version: 3.7 - run: | - git fetch --depth=1 origin +refs/tags/*:refs/tags/* npm install git-release-notes pip install twine wheel ./scripts/release.sh final "${{ github.event.inputs.release_reason }}" "${{github.actor}}"