check out the correct ref when building the package
This commit is contained in:
parent
8199a72d7d
commit
84ef67b69f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
- name: Install python
|
||||
run: uv python install 3.11
|
||||
|
|
Loading…
Reference in a new issue