Skip to content

Commit bf53235

Browse files
committed
fixes for release workflow
1 parent 6f3ebf6 commit bf53235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
steps:
4747
- name: Checkout code
4848
uses: actions/checkout@v4
49+
with:
50+
fetch-depth: 0 # Fetch all history for proper Git submodule initialization
4951

5052
- name: Set up Node.js
5153
uses: actions/setup-node@v3
5254
with:
5355
node-version: "18"
5456

55-
- uses: actions/checkout@v3
56-
5757
- name: Set up Python
5858
uses: actions/setup-python@v4
5959
with:

0 commit comments

Comments
 (0)