summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLeaveMyYard <zhukovpavel2001@gmail.com>2023-09-05 13:47:49 +0300
committerLeaveMyYard <zhukovpavel2001@gmail.com>2023-09-05 13:47:49 +0300
commitf105d5b67d40d09d242849a298ce0538ec20ca87 (patch)
tree272d1dc62f9c572a53e80052028099609625a8f8 /.github
parent5fb35875e977a4b14efa7bd495f99bda888f3c4f (diff)
One more fix for update-code-version
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-code-version.yml2
1 files changed, 1 insertions, 1 deletions
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: |