diff options
| author | LeaveMyYard <zhukovpavel2001@gmail.com> | 2023-09-05 13:47:49 +0300 |
|---|---|---|
| committer | LeaveMyYard <zhukovpavel2001@gmail.com> | 2023-09-05 13:47:49 +0300 |
| commit | f105d5b67d40d09d242849a298ce0538ec20ca87 (patch) | |
| tree | 272d1dc62f9c572a53e80052028099609625a8f8 /.github | |
| parent | 5fb35875e977a4b14efa7bd495f99bda888f3c4f (diff) | |
One more fix for update-code-version
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-code-version.yml | 2 |
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: | |
