Skip to content

Commit 198351f

Browse files
committed
ci: debugging release branch
1 parent 4e28ee5 commit 198351f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
- uses: actions/checkout@v3
2020
with:
2121
ref: ${{ github.head_ref }}
22+
fetch-depth: 0
23+
- name: Dump GitHub context
24+
id: github_context_step
25+
run: echo '${{ toJSON(github) }}'
2226
- name: Install poetry
2327
run: pipx install poetry==${POETRY_VERSION}
2428
- name: Set up Python

0 commit comments

Comments
 (0)