Skip to content

Commit

Permalink
One more fix for update-code-version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaveMyYard committed Sep 5, 2023
1 parent 5fb3587 commit f105d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-code-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f105d5b

Please sign in to comment.