Skip to content

Commit 4e28ee5

Browse files
committed
ci: fix checkout ref
1 parent 3416e39 commit 4e28ee5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v3
20+
with:
21+
ref: ${{ github.head_ref }}
2022
- name: Install poetry
2123
run: pipx install poetry==${POETRY_VERSION}
2224
- name: Set up Python

0 commit comments

Comments
 (0)