Skip to content

Commit 63cb40b

Browse files
authored
fix github action package creation
1 parent 3aba55b commit 63cb40b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ jobs:
128128

129129
steps:
130130
- uses: actions/checkout@v4
131-
131+
with:
132+
fetch-depth: 0
133+
132134
- name: Set version
133135
run: nbgv cloud --all-vars
134136

0 commit comments

Comments
 (0)