Skip to content

Commit 1ebb6bc

Browse files
committed
Add missing checkout step
1 parent 4ca615b commit 1ebb6bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ jobs:
184184
permissions:
185185
actions: write
186186
steps:
187+
- name: Check out repository
188+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
189+
with:
190+
fetch-depth: 1
191+
persist-credentials: false
187192
- name: Trigger deployment
188193
env:
189194
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)