Skip to content

Commit e3b7837

Browse files
authored
Merge pull request #13899 from pytest-dev/patchback/backports/9.0.x/4b73dcab02e2414496daf2683ef870719a461ec9/pr-13891
[PR #13891/4b73dcab backport][9.0.x] ci: `gh release create` needs a checkout
2 parents 456dbdc + 2854453 commit e3b7837

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ jobs:
120120
permissions:
121121
contents: write
122122
steps:
123+
- uses: actions/checkout@v5
124+
with:
125+
fetch-depth: 0
126+
persist-credentials: true
127+
123128
- name: Download Package
124129
uses: actions/download-artifact@v6
125130
with:

0 commit comments

Comments
 (0)