We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3416e39 commit 4e28ee5Copy full SHA for 4e28ee5
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v3
20
+ with:
21
+ ref: ${{ github.head_ref }}
22
- name: Install poetry
23
run: pipx install poetry==${POETRY_VERSION}
24
- name: Set up Python
0 commit comments