From 318623313657e1faa532d99459b8680a32618f3e Mon Sep 17 00:00:00 2001 From: Morty Space Date: Thu, 26 May 2022 17:47:37 +0200 Subject: [PATCH] ci: updated fetch command error --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 217f745..3b9377a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -103,7 +103,7 @@ jobs: REPOSITORY_USERNAME: '__token__' REPOSITORY_PASSWORD: ${{ secrets.REPOSITORY_PASSWORD }} run: | - git fetch --all --depth=1 origin +refs/tags/*:refs/tags/* + git fetch --all --depth=1 origin git reset --hard origin/main pip install python-semantic-release git config user.name github-actions