Skip to content

Commit f512535

Browse files
authored
[release]: Checkout submodules before release script (#3697)
1 parent a5580cb commit f512535

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
3939
git fetch --depth 1 origin ${{ inputs.commit }}
4040
git reset --hard ${{ inputs.commit }}
41+
git submodule update --init --recursive
4142
git remote rename origin release-repo
4243
4344
./target/debug/xtask release deploy ${{ inputs.tag }}

0 commit comments

Comments
 (0)