Skip to content

Commit a5926a4

Browse files
committed
Fix release publishing checkout
1 parent 8b3f5d4 commit a5926a4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ jobs:
9696
runs-on: ubuntu-latest
9797
timeout-minutes: 10
9898
steps:
99+
- name: Checkout
100+
uses: actions/checkout@v6
101+
with:
102+
fetch-depth: 1
103+
submodules: false
104+
99105
- name: Download artifacts
100106
uses: actions/download-artifact@v7
101107
with:

0 commit comments

Comments
 (0)