From f105d5b67d40d09d242849a298ce0538ec20ca87 Mon Sep 17 00:00:00 2001 From: LeaveMyYard Date: Tue, 5 Sep 2023 13:47:49 +0300 Subject: One more fix for update-code-version --- .github/workflows/update-code-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-code-version.yml b/.github/workflows/update-code-version.yml index 1e03409..bc0087d 100644 --- a/.github/workflows/update-code-version.yml +++ b/.github/workflows/update-code-version.yml @@ -19,7 +19,7 @@ jobs: run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV - name: Select main branch - run: git checkout main + run: git checkout origin/main - name: Update version in pyproject.toml run: | -- cgit v1.2.3