File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 51
51
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52
52
steps :
53
53
- uses : actions/checkout@v3
54
+ with :
55
+ submodules : recursive
54
56
- name : Install Rust
55
57
run : rustup update 1.67.1 --no-self-update && rustup default 1.67.1
56
58
- name : Install cargo-dist
@@ -103,6 +105,8 @@ jobs:
103
105
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
104
106
steps :
105
107
- uses : actions/checkout@v3
108
+ with :
109
+ submodules : recursive
106
110
- name : Install Rust
107
111
run : rustup update 1.67.1 --no-self-update && rustup default 1.67.1
108
112
- name : Install cargo-dist
@@ -135,6 +139,8 @@ jobs:
135
139
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
136
140
steps :
137
141
- uses : actions/checkout@v3
142
+ with :
143
+ submodules : recursive
138
144
- name : mark release as non-draft
139
145
run : |
140
146
gh release edit ${{ github.ref_name }} --draft=false
You can’t perform that action at this time.
0 commit comments