From 0277b9a953b52595b77334f35f81df1a08c8f3ee Mon Sep 17 00:00:00 2001 From: brunograna Date: Sun, 18 Feb 2024 20:51:40 -0300 Subject: [PATCH] cd: fix the workflow with usernames --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ca96caa..9082eb2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -78,7 +78,7 @@ jobs: - name: Determine next version id: version run: | - git fetch --tags + git fetch last_tag=${{ steps.previous_tag.outputs.previous_tag }} commit_range="${last_tag}..HEAD" major=0