Skip to content

Commit 49c7ac2

Browse files
bluetechpatchback[bot]
authored andcommitted
Merge pull request #13891 from bluetech/fix-gh-release
ci: `gh release create` needs a checkout (cherry picked from commit 4b73dca)
1 parent 7b89611 commit 49c7ac2

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)